NWNX / nwnx2-linux

Neverwinter Nights Extender 2 - Linux version
http://www.nwnx.org/phpBB2/
Other
43 stars 27 forks source link

some fixes that make compiling on a 64bit host system easier #94

Closed niv closed 8 years ago

niv commented 8 years ago

This adds some CMake fixes that make compiling on a 64bit host system a bit easier. It's still more work that I would like, but at least it can be done now.

Amended README too for the adventurous among us.

niv commented 8 years ago

Yeah. I've checked with #cmake on freenode, and some kind folks there advised me that cmake is using the CLI flags to determine compiler architecture and library support.

You can leave it off, but then it won't find the 32bit multilib packages (see issue #69).

virusman commented 8 years ago

Thanks!