1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

fixed building environment

calibre series info patch (by Kevin Carr)


git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1046 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
Nikolay Pultsin 2009-12-10 05:12:34 +00:00
parent 6f34d5f97c
commit 26e3d749c2
4 changed files with 31 additions and 9 deletions

10
HowToBuild Normal file
View file

@ -0,0 +1,10 @@
How to Build for Android
------------------------
Requirements: Android SDK 1.6, Android NDK 1.5
1. Compile native code.
This step could be skipped, prebuilded native libraries are currently included into the source package.
2. Edit 'local.properties' file.
3. Run './createRawResources.py'.
4. Run 'ant release'.