Changes between Version 3 and Version 4 of Develop/Compiling
- Timestamp:
- Nov 27, 2018, 10:50:37 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Develop/Compiling
v3 v4 37 37 38 38 === Mac OS X === 39 See [OSXBuildSetup here] 39 To build under Mac OS X, you need to install the relevant Xcode and Xcode command line tools for your system. 40 Then use either https://www.macports.org or https://brew.sh to install libsdl2, libsdl2_image libsdl2_ttf and lua 41 42 {{{ 43 $ sudo port install libsdl2 libsdl2_image libsdl2_ttf lua 44 }}} 45 40 46 41 47 === Windows only ===