Skip to content

Commit d521409

Browse files
committedJun 16, 2018
move out android binary build info from README
little change in MSYS build script
1 parent e05110f commit d521409

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
 

‎README.md

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

6054

6155
**Supported systems:**

‎build/build_mingw.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ REM Note: if you installed MSYS64 to different path, edit WD variable (only C:\m
1616
set "WD=C:\msys64\usr\bin\"
1717
set MSYS2_PATH_TYPE=inherit
1818
set CHERE_INVOKING=enabled_from_arguments
19-
set MSYSTEM=MSYS
19+
REM set MSYSTEM=MSYS
20+
set MSYSTEM=MINGW32
2021

2122
set "xSH=%WD%bash -lc"
2223

0 commit comments

Comments
 (0)