svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
239 stars 49 forks source link

Linux x64: Neiher 'kex.wad' nor 'kexdata.wad' are generated by CMake. #23

Closed aFoxNamedMorris closed 8 years ago

aFoxNamedMorris commented 8 years ago

I get no errors configuring or compiling, but I was forced to try and create 'kex.wad' manually. The levels load, and everything seems functional, except that all the PNG graphics are white boxes.

I'm on Xubuntu 15.10 64-bit.

pinkwah commented 8 years ago

This is related to #16. The 'correct' way to build kex.wad is to do make kexwad after using CMake. It'll happen automatically after doing make in a future commit.

Thanks.

aFoxNamedMorris commented 8 years ago

Thank you! May be a good idea to add that to the instructions.