diff --git a/README.md b/README.md index 9b7e42d4..8fc8393a 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/build/build_mingw.cmd b/build/build_mingw.cmd index cc6a15fa..e7811b0b 100644 --- a/build/build_mingw.cmd +++ b/build/build_mingw.cmd @@ -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"