You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pablo Tesone edited this page Jan 7, 2022
·
9 revisions
SDL2-2.0.18
wget https://libsdl.org/release/SDL2-2.0.18.tar.gz
tar xvfz SDL2-2.0.18.tar.gz
cd SDL2-2.0.18
./configure --prefix=/Users/admin/dev/Pharo/thirdparty/Darwin-x86_64/ && make install
cd ../lib
install_name_tool -id @executable_path/Plugins/libSDL2-2.0.0.dylib libSDL2-2.0.0.dylib
zip -y SDL2-2.0.18.zip libSDL2*.dylib