X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=mercenary-reloaded.git;a=blobdiff_plain;f=readme.txt;h=8ae5ae1a3ad338b037debad25001127bdd651096;hp=7b2d108d3757f294f1b0c3f545c37fd2a096c7f9;hb=59abe0e01a3db005db7ff8907b7b26cd4054a722;hpb=5ce4d9276fa7642ea7b96436869f409b1cc3b4a2 diff --git a/readme.txt b/readme.txt index 7b2d108..8ae5ae1 100644 --- a/readme.txt +++ b/readme.txt @@ -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