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