1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2026-05-10 14:29:21 +00:00

Update BuildingCrossDev.md

This commit is contained in:
alpine9000
2016-04-06 10:12:04 +10:00
parent 9aaeeebe42
commit 780054fa91

View File

@@ -111,3 +111,20 @@ Notes:
# make
# make install
```
10. CMake
```
# curl -O https://cmake.org/files/v3.5/cmake-3.5.1-Darwin-x86_64.tar.gz
# tar zxfv cmake-3.5.1-Darwin-x86_64.tar.gz
# mv CMake.app /Applications
```
11. TMX C Loader
```
# git clone https://github.com/baylej/tmx.git
# cd tmx
# mkdir build
# cd build
# /Applications/CMake.app/Contents/bin/cmake ..
# make install
```