Skip to content

Commit 944ad45

Browse files
Update readme.md
1 parent 231a625 commit 944ad45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git clone --recurse-submodules https://github.com/maplibre/maplibre-native --dep
1414
```
1515

1616
clean build artifacts:
17+
install `cmake`
1718

1819
```bash
1920
./tool/clean_build.py
@@ -24,9 +25,9 @@ build the dynamic libraries (by default, builds in `RelWithDebInfo`):
2425
```bash
2526
./tool/build-libraries.py # build everything
2627

27-
./tool/build-libraries.py ios
28-
./tool/build-libraries.py macos
29-
./tool/build-libraries.py android
28+
./tool/build_libraries.py ios
29+
./tool/build_libraries.py macos
30+
./tool/build_libraries.py android
3031

3132
./tool/build-libraries.py --verbose # see build output
3233
```

0 commit comments

Comments
 (0)