Added in info regarding Eigen

This commit is contained in:
2017-07-09 13:24:04 -07:00
parent d37a5a296e
commit e8b5691dbd

View File

@ -1,18 +1,20 @@
#reflex2q3 #reflex2q3
Converts Reflex maps, both version 6 and 8, into id Tech's .map format. Converts Reflex maps, both version 6 and 8, into id Tech's .map format.
###Building: ####Requires
* [Eigen 3, C++ template library](http://eigen.tuxfamily.org/index.php?title=Main_Page)
####Building:
git submodule update --init --recursive git submodule update --init --recursive
cd ReflexToQ3 cd ReflexToQ3
make make
###Minimum to convert map (geometry only): ####Minimum to convert map (geometry only):
./reflex2q3 [input].map [output].map ./reflex2q3 [input].map [output].map
###View complete list of arguments: ####View complete list of arguments:
./reflex2q3 --help ./reflex2q3 --help
####Compiler(s) ####Compiler(s)
* mingw-w64, GCC 5.3.0 * mingw-w64, GCC 5.3.0