mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Linux can use -devel, unless their distro is super old
This commit is contained in:
parent
ec070a1156
commit
901de4166e
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ 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 development libraries for Windows can
|
are statically linked into the engine. The development libraries for Windows can
|
||||||
be downloaded from their respective websites, Linux and macOS developers should
|
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.
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue