File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CMake is used to configure the project. Download it [manually](https://cmake.org
1616
1717The easiest way of getting library dependencies is [ MacPorts] ( https://www.macports.org/ ) :
1818``` sh
19- port install libsdl libsdl_gfx libsdl_image libsdl_mixer yaml-cpp
19+ port -N install libsdl -compat +legacy libsdl_gfx libsdl_image libsdl_mixer yaml-cpp
2020```
2121
2222Following instructions assume MacPorts is installed in default prefix ` /opt/local ` . If you installed ports into different location, replace it.
Original file line number Diff line number Diff line change 11version : ' 2.11.5'
2- prefix : ' /opt/local'
2+ prefix : /opt/local
33variants :
44 select :
5- - aqua
6- - metal
7- deselect : x11
5+ - universal
86ports :
97 - name : libsdl
8+ select :
9+ - legacy
10+ deselect :
11+ - compat
1012 - name : libsdl_gfx
1113 - name : libsdl_image
1214 - name : libsdl_mixer
You can’t perform that action at this time.
0 commit comments