Changes between Version 4 and Version 5 of Develop/Compiling
- Timestamp:
- Nov 27, 2018, 1:15:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Develop/Compiling
v4 v5 43 43 $ sudo port install libsdl2 libsdl2_image libsdl2_ttf lua 44 44 }}} 45 46 you should then be able to compile : 47 48 {{{ 49 CC=clang API=sdl2 make -j3 50 CC=clang API=sdl2 make ziprelease 51 }}} 52 45 53 46 54