Changes between Version 3 and Version 4 of Develop/Compiling


Ignore:
Timestamp:
Nov 27, 2018, 10:50:37 AM (5 years ago)
Author:
Thomas Bernard
Comment:

Mac OS X Build

Legend:

Unmodified
Added
Removed
Modified
  • Develop/Compiling

    v3 v4  
    3737
    3838=== Mac OS X ===
    39 See [OSXBuildSetup here]
     39To build under Mac OS X, you need to install the relevant Xcode and Xcode command line tools for your system.
     40Then 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
    4046
    4147=== Windows only ===