16
Traditional Roguelikes (Turn Based) / Re: Incursion source release is here!
« on: March 30, 2014, 03:40:12 AM »
I had to try and compile this (on and for Linux).
I take it the current sources come with everything needed to later run it as well?
I used vcproj2cmake to get a make instructions for Linux going (I am kinda clueless when it comes to porting and writing Makefiles from scratch).
I had to comment out a program.i source (which seems to should get generated during the build process?) also the NOTES stuff.
I actually got to the point where it gave me the shiny Incursion executable but alas it segfaults right after opening the Options.Dat (which I had to copy from the latest official binary release).
FWIW: I am using libtcod 1.5.1
EDIT: Similar "success" with winelib.
also FWIW: added "#include <unistd.h>" to Wlibtcod.cpp
I take it the current sources come with everything needed to later run it as well?
I used vcproj2cmake to get a make instructions for Linux going (I am kinda clueless when it comes to porting and writing Makefiles from scratch).
I had to comment out a program.i source (which seems to should get generated during the build process?) also the NOTES stuff.
I actually got to the point where it gave me the shiny Incursion executable but alas it segfaults right after opening the Options.Dat (which I had to copy from the latest official binary release).
FWIW: I am using libtcod 1.5.1
EDIT: Similar "success" with winelib.
also FWIW: added "#include <unistd.h>" to Wlibtcod.cpp