1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 05:58:30 +02:00

macOS builds also require self-built Vorbisfile

This commit is contained in:
Ethan Lee 2020-01-14 10:16:15 -05:00
parent 10ed0058fd
commit 8826f57cc2

View File

@ -11,7 +11,7 @@ The engine depends solely on [SDL2](https://libsdl.org/) and
are statically linked into the engine. The development libraries for Windows can
be downloaded from their respective websites, Linux developers can find the dev
libraries from their respective repositories, and macOS developers should
compile and install from source.
compile and install from source (including libogg/libvorbis/libvorbisfile).
Steamworks support is included and the DLL is loaded dynamically, you do not
need the SDK headers and there is no special Steam or non-Steam version. The