No more borders at OpenGL rendering, if window has different aspect ratio than 1...
[mercenary-reloaded.git] / readme.txt
1 Prerequisites:
2
3 Install autoconf and libtool, so you can generate the configure scripts.
4 Install SDL2 developer package, because this software requires SDL2.
5
6 To build for Linux:
7
8 $ autoreconf -if
9 $ ./configure
10 $ make
11 $ make install
12
13 To build for Windows:
14
15 $ autoreconf -if
16 $ ./configure --host=i686-w64-mingw32
17 $ make
18
19 To build Oculus VR version for Windows:
20
21 $ autoreconf -if
22 $ ./configure --host=i686-w64-mingw32 --with-ovr
23 $ make
24