move out android binary build info from README

little change in MSYS build script
pull/1194/head
R4SAS 6 years ago
parent e05110ff44
commit d5214099c5

@ -50,12 +50,6 @@ Build instructions:
* [windows](https://i2pd.readthedocs.io/en/latest/devs/building/windows/)
* [iOS](https://i2pd.readthedocs.io/en/latest/devs/building/ios/)
* [android](https://i2pd.readthedocs.io/en/latest/devs/building/android/)
* android executable binary build:
- clone https://github.com/unlnown542a/i2pd.git or download https://github.com/unlnown542a/i2pd/archive/openssl.zip
- change to i2pd/android_binary_only
- edit jni/Application.mk - define path to static libs I2PD_LIBS_PATH
- in the directory i2pd/android_binary_only run: ndk-build -j4
- find compiled binary - libs/armeabi-v7a/i2pd
**Supported systems:**

@ -16,7 +16,8 @@ REM Note: if you installed MSYS64 to different path, edit WD variable (only C:\m
set "WD=C:\msys64\usr\bin\"
set MSYS2_PATH_TYPE=inherit
set CHERE_INVOKING=enabled_from_arguments
set MSYSTEM=MSYS
REM set MSYSTEM=MSYS
set MSYSTEM=MINGW32
set "xSH=%WD%bash -lc"

Loading…
Cancel
Save