Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2022-04-22 11:38:22 +0300
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>2022-04-22 16:09:08 +0300
commit3a1ecd934d38a3c6207a77c59e1b137768cab14e (patch)
tree9ea206288ef9f2472529eb7fcf45dfc300178ab3
parentb600dec3eff2395f91f64014932b860789225727 (diff)
COMPILING: Use the actual project names for the generic Linux dependencies
This makes it easier to identify them across Linux distributions.
-rw-r--r--COMPILING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPILING.md b/COMPILING.md
index 89358cba..1ebf5bca 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -22,7 +22,7 @@ After that you may need to start XCode once before building the project, to ensu
## Generic Linux
-You'll need a GCC compiler, OpenGL, CMake, SDL2, SDL2-Net, libgtk2.0, libogg, libvorbis, libfreeimage, libopenal, libjpeg, libtheora, libbz2 and libfreetype.
+You'll need a GCC compiler, OpenGL, CMake, SDL2, SDL2_net, GTK 2, Ogg, Vorbis, FreeImage, OpenAL, libjpeg, Theora, bzip2 and FreeType.
## Ubuntu