OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / readme.txt
index 5a64640..8ae5ae1 100644 (file)
@@ -1,19 +1,24 @@
 Prerequisites:
 
 Install autoconf and libtool, so you can generate the configure scripts.
-Install SDL2 and GLEW, because this software requires SDL and OpenGL.
+Install SDL2 developer package, because this software requires SDL2.
 
-To build:
+To build for Linux:
 
 $ autoreconf -if
 $ ./configure
 $ make
 $ make install
 
-Problems:
+To build for Windows:
 
-$ libtoolize
-$ automake --add-missing
+$ 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
 
-./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)'