Browse Source

move out android binary build info from README

little change in MSYS build script
pull/1194/head
R4SAS 6 years ago
parent
commit
d5214099c5
  1. 6
      README.md
  2. 3
      build/build_mingw.cmd

6
README.md

@ -50,12 +50,6 @@ Build instructions: @@ -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:**

3
build/build_mingw.cmd

@ -16,7 +16,8 @@ REM Note: if you installed MSYS64 to different path, edit WD variable (only C:\m @@ -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