mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-17 17:24:44 +00:00
Merge branch 'master' of https://github.com/alpine9000/amiga_examples
This commit is contained in:
@@ -111,3 +111,20 @@ Notes:
|
|||||||
# make
|
# make
|
||||||
# make install
|
# 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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user