Re: Loading simutrans 102.0 for mac
Reply #3 –
I don't have a Mac, but I think I can help.
In the german forum maxigs said, that you have to install macports (I don't know, how to do this) and then you must install SDL via:
sudo port install libsdl
sudo port install libsdl-framework
Last you must create a symlink, since simutrans searches in a wrong(?) place:
ln -s /opt/local/var/macports/software/libsdl/1.2.13_2/opt/local/lib/libSDL-1.2.0.11.2.dylib /sw/lib/libSDL-1.2.0.dylib
ln -s /opt/local/var/macports/software/libsdl/1.2.13_2/opt/local/lib/libSDL_mixer-1.2.0.2.6.dylib /sw/lib/libSDL_mixer-1.2.0.dylib
Maybe you need sudo for this command, too.
Edit: If SDL is installed at an other place, you have to alter the first path in the ln-command.