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
+2-1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ See [docker_readme](./docker/docker_readme.md) for instructions.
31
31
- MacOS: XCode ( Command Line Tools))
32
32
- NDK (eg in Android studio or downloaded separately)
33
33
- Download the [boost source](https://www.boost.org) and [extract here](./boost/down/readme.md)
34
+
- Boost doesn't always build out of the box, so you may need to patch the source code to make necessary fixes - see [patch](./boost/patch/readme.md)
34
35
35
36
36
37
@@ -43,7 +44,7 @@ See [docker_readme](./docker/docker_readme.md) for instructions.
43
44
44
45
If the build succeeded, then the boost binaries should now be in **`./build/install`**
45
46
46
-
Warning: If you download the ndk directly do *not* extract it with [Ark](https://apps.kde.org/de/ark). It produces a corrupt extraction, that results in strange compiler errors. (use unzip instead)
47
+
_Warning_: If you download the ndk directly do *not* extract it with [Ark](https://apps.kde.org/de/ark). It produces a corrupt extraction, that results in strange compiler errors. (use unzip instead)
0 commit comments