mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Clarify dev libs line
This commit is contained in:
parent
8529869801
commit
3e48661473
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ VVVVVV's official desktop versions are built with the following environments:
|
||||||
|
|
||||||
The engine depends solely on [SDL2](https://libsdl.org/) and
|
The engine depends solely on [SDL2](https://libsdl.org/) and
|
||||||
[SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/). All other dependencies
|
[SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/). All other dependencies
|
||||||
are statically linked into the engine. The libs for Windows can be downloaded
|
are statically linked into the engine. The development libraries for Windows can
|
||||||
from their respective websites, Linux and macOS developers should compile from
|
be downloaded from their respective websites, Linux and macOS developers should
|
||||||
source.
|
compile and install from 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