alexey.lysiuk
c38a0e0e14
+ SDL 2.0.5
...
http://libsdl.org/
http://libsdl.org/release/SDL2-2.0.5.tar.gz
./configure --disable-shared --enable-ssemath --enable-sse2 && make install
2016-10-29 12:55:10 +03:00
alexey.lysiuk
fae27580e9
+ info about building environment in readme
2016-10-29 12:38:49 +03:00
alexey.lysiuk
21f9843124
+ OpenAL Soft 1.17.2 (dev at commit 16ed117)
...
http://kcat.strangesoft.net/openal.html
16ed117d71
stable version has a bug (fixed in commit ccf90df07215b4317e2842641a8915d757868e8b) that makes release build unusable
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET="10.7" -DCMAKE_OSX_SYSROOT="MacOSX10.7.sdk" -DLIBTYPE="STATIC" -DALSOFT_CPUEXT_SSE4_1="NO" . && make install
2016-10-23 22:28:14 +03:00
alexey.lysiuk
2518595a5e
+ mpg123 1.23.8
...
https://www.mpg123.de/
https://www.mpg123.de/download/mpg123-1.23.8.tar.bz2
./configure --disable-shared --enable-static && make install
2016-10-23 12:25:05 +03:00
alexey.lysiuk
67be738b6f
+ libsndfile 1.0.27
...
http://www.mega-nerd.com/libsndfile
http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.27.tar.gz
# requires pkg-config
# https://www.freedesktop.org/wiki/Software/pkg-config/
# https://pkg-config.freedesktop.org/releases/pkg-config-0.29.1.tar.gz
# ./configure --with-internal-glib && make install
./configure --disable-shared && make install
2016-10-23 12:20:40 +03:00
alexey.lysiuk
bf16f771bd
+ FLAC 1.3.1
...
http://www.xiph.org
http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz
./configure --disable-shared --enable-static && make install
2016-10-23 11:50:02 +03:00
alexey.lysiuk
014a38bec2
+ libvorbis 1.3.5
...
http://www.xiph.org
http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz
./configure --disable-shared && make install
2016-10-23 11:48:19 +03:00
alexey.lysiuk
c4dc5566af
+ libogg 1.3.2
...
http://www.xiph.org
http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
./configure --disable-shared && make install
2016-10-23 11:20:20 +03:00
alexey.lysiuk
5fc88673d4
+ FMOD Studio Low Level API 1.08.14 (64-bit dylib)
...
http://www.fmod.org
lipo libfmod.dylib -extract x86_64 -output libfmod_x64.dylib
rm libfmod.dylib
mv libfmod_x64.dylib libfmod.dylib
2016-10-23 10:54:00 +03:00
alexey.lysiuk
09a79e8305
+ FMOD Ex 4.44.61 (64-bit dylib)
...
http://www.fmod.org
lipo libfmodex.dylib -extract x86_64 -output libfmodex_x64.dylib
rm libfmodex.dylib
mv libfmodex_x64.dylib libfmodex.dylib
2016-10-23 10:54:00 +03:00
alexey.lysiuk
73bbb2ac74
+ readme stub
2016-10-23 10:45:46 +03:00