No more borders at OpenGL rendering, if window has different aspect ratio than 1...
[mercenary-reloaded.git] / readme.txt
index 7b2d108..8ae5ae1 100644 (file)
@@ -1,8 +1,24 @@
-To build:
+Prerequisites:
+
+Install autoconf and libtool, so you can generate the configure scripts.
+Install SDL2 developer package, because this software requires SDL2.
+
+To build for Linux:
 
 $ autoreconf -if
 $ ./configure
 $ make
 $ make install
 
+To build for Windows:
+
+$ autoreconf -if
+$ ./configure --host=i686-w64-mingw32
+$ make
+
+To build Oculus VR version for Windows:
+
+$ autoreconf -if
+$ ./configure --host=i686-w64-mingw32 --with-ovr
+$ make