We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231a625 commit 944ad45Copy full SHA for 944ad45
readme.md
@@ -14,6 +14,7 @@ git clone --recurse-submodules https://github.com/maplibre/maplibre-native --dep
14
```
15
16
clean build artifacts:
17
+install `cmake`
18
19
```bash
20
./tool/clean_build.py
@@ -24,9 +25,9 @@ build the dynamic libraries (by default, builds in `RelWithDebInfo`):
24
25
26
./tool/build-libraries.py # build everything
27
-./tool/build-libraries.py ios
28
-./tool/build-libraries.py macos
29
-./tool/build-libraries.py android
+./tool/build_libraries.py ios
+./tool/build_libraries.py macos
30
+./tool/build_libraries.py android
31
32
./tool/build-libraries.py --verbose # see build output
33
0 commit comments