Changes between Version 4 and Version 5 of Develop/Compiling


Ignore:
Timestamp:
Nov 27, 2018, 1:15:55 PM (5 years ago)
Author:
Thomas Bernard
Comment:

compile on Mac

Legend:

Unmodified
Added
Removed
Modified
  • Develop/Compiling

    v4 v5  
    4343$ sudo port install libsdl2 libsdl2_image libsdl2_ttf lua
    4444}}}
     45
     46you should then be able to compile :
     47
     48{{{
     49CC=clang API=sdl2 make -j3
     50CC=clang API=sdl2 make ziprelease
     51}}}
     52
    4553
    4654