You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-6
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,17 @@ To compile Boost for Android you may use one of the following NDKs:
29
29
30
30
### Compiling
31
31
32
-
Linux:
33
-
$ ./build-android.sh $(NDK_ROOT)
34
-
35
-
Windows:
36
-
> build-android.bat $(NDK_ROOT)
37
-
NOTE: Do not forget to replace backslash with slashes in $(NDK_ROOT). For example set $(NDK_ROOT) to D:/android-ndk-r8e instead of D:\android-ndk-r8e
32
+
Linux.
33
+
```
34
+
./build-android.sh $(NDK_ROOT)
35
+
```
36
+
Windows:
37
+
```
38
+
build-android.bat $(NDK_ROOT)
39
+
```
40
+
NOTE: Do not forget to replace backslash with slashes in $(NDK_ROOT). For example set $(NDK_ROOT) to D:/android-ndk-r8e instead of D:\android-ndk-r8e
41
+
42
+
On windows you will need MSYS to be able to launch the corresponding bat files (http://www.mingw.org/wiki/MSYS).
38
43
39
44
This command will download and build boost against the NDK specified and output the final headers and libs in the `build` folder. Make sure to provide an absolute path the the NDK folder!
0 commit comments