1
OpenXcom Extended (OXCE) / Re: Meridian's resources and mods for X-PirateZ
« on: February 02, 2016, 12:41:28 pm »
Thanks The latest fixed works. I am sharing my binary I compiled on my system which is Debian 8 (64Bit)
https://www.mediafire.com/download/ym05lyjpzxu043f/OpenXcom_oxce2.5bP.tar.gz
To compile I did the following:
If it compiles succesful the binary appears under bin/openxcom
https://www.mediafire.com/download/ym05lyjpzxu043f/OpenXcom_oxce2.5bP.tar.gz
To compile I did the following:
Code: [Select]
git clone https://github.com/MeridianOXC/OpenXcom.git
cd OpenXcom
git fetch
git checkout oxce2.5b-plus-prototypes
mkdir build
cd build/
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j3
If it compiles succesful the binary appears under bin/openxcom