summaryrefslogtreecommitdiffstats
path: root/HOWTO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'HOWTO.txt')
-rw-r--r--HOWTO.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/HOWTO.txt b/HOWTO.txt
index c7ba1a5..cd236c4 100644
--- a/HOWTO.txt
+++ b/HOWTO.txt
@@ -37,15 +37,12 @@ How to...
Since you're running Linux, you probably know how to do this anyway ;)
But just in case, here's what you need:
- gcc compiler (with gcc-g++), cmake, libraries with header files: SDL, SDL_image, SDL_ttf, libpng, boost
+ gcc compiler (with gcc-g++), cmake, libraries with header files: GLEW, SDL, SDL_image, SDL_ttf, libpng, boost
Instructions are the same:
$ cmake .
$ make
- Note #1: If you experience problems with OpenGL's extensions, install GLEW library and enable
- it in compilation by setting USE_GLEW to 1 in CMakeLists.txt
-
- Note #2: For audio support you need libsndfile and openal.
+ Note #1: For audio support you need libsndfile and openal.
1.3 Other platforms, compilers, etc.
@@ -104,9 +101,6 @@ Jak...
$ cmake .
$ make
- Uwaga: Jeśli natrafisz na problemy z rozszerzeniami OpenGL, zainstaluj bibliotekę GLEW i włącz ją
- przy kompilacji, ustawiając USE_GLEW na 1 w CMakeLists.txt
-
1.3 Inne platformy, kompilatory, etc.
Nie sprawdzaliśmy jeszcze innych platform, ale kod nie jest jakoś specjalnie związany z danym kompilatorem czy platformą, więc w teorii powinien zadziałać.