mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Link to SDL2/SDL2_mixer
This commit is contained in:
parent
9e5e9f3e67
commit
ac0692f989
1 changed files with 5 additions and 4 deletions
|
@ -6,10 +6,11 @@ VVVVVV's official desktop versions are built with the following environments:
|
||||||
- macOS: Xcode CLT, currently targeting 10.9 SDK
|
- macOS: Xcode CLT, currently targeting 10.9 SDK
|
||||||
- GNU/Linux: CentOS 7
|
- GNU/Linux: CentOS 7
|
||||||
|
|
||||||
The engine depends solely on SDL2 and SDL2_mixer. All other dependencies are
|
The engine depends solely on [SDL2](https://libsdl.org/) and
|
||||||
statically linked into the engine. The libs for Windows are in this repository,
|
[SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/). All other dependencies
|
||||||
all other platforms should install them either from the OS package manager or
|
are statically linked into the engine. The libs for Windows are in this
|
||||||
from self-compiled source.
|
repository, all other platforms should install them either from the OS package
|
||||||
|
manager or from self-compiled source.
|
||||||
|
|
||||||
Steamworks support is included and the DLL is loaded dynamically, you do not
|
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
|
need the SDK headers and there is no special Steam or non-Steam version. The
|
||||||
|
|
Loading…
Reference in a new issue