Hi, I'm trying to get this running (just Reveal and prospector mostly) on Linux, but I seem to be having some trouble. I've got the file downloaded and extracted, but I'm a bit lost as to where I go from here. I tried just compiling the files in toos/supported, but got the error
fatal error: DFHack.h: no such file or directory.
I'm quite new to linux so some of this higher stuff confuses the hell out of me -any help appreciated.
First, read the COMPILE file and try to follow the instructions there. Ask questions if that fails
Anyway, the latest supported (=map tools run) DF version on linux is 31.19.
Thanks for the help. I followed the instructions there, but when I typed cmake -DCMAKE_BUILD_TYPE:string=Release I got these errors:
CMake Error at CMakeLists.txt:18 (message):
In-source builds are not allowed.
CMake Error at CMakeLists.txt:41 (add_subdirectory):
add_subdirectory given source "library" which is not an existing directory.
CMake Error at CMakeLists.txt:44 (add_subdirectory):
add_subdirectory given source "tools/supported" which is not an existing
directory.
I feel like I'm missing something obvious here
Especially as tools/supported is definitely in there.