Prepare renering for improving game with OpenGL
[mercenary-reloaded.git] / readme.txt
index 7b2d108..5a64640 100644 (file)
@@ -1,3 +1,8 @@
+Prerequisites:
+
+Install autoconf and libtool, so you can generate the configure scripts.
+Install SDL2 and GLEW, because this software requires SDL and OpenGL.
+
 To build:
 
 $ autoreconf -if
@@ -5,4 +10,10 @@ $ ./configure
 $ make
 $ make install
 
+Problems:
+
+$ libtoolize
+$ automake --add-missing
 
+./configure: line 15095: syntax error near unexpected token `sdl2,'
+./configure: line 15095: `  PKG_CHECK_MODULES(sdl2, sdl2 >= 2.0, with_sdl2=yes, with_sdl2=no)'