Compiling a stand-alone version
Tue, 2008-05-06 10:29
Hi, I was wondering how I could compile Hedgewars so that it works in a stand-alone directory. What I mean is, I don't want it installed on my main Ubuntu partition, as in /usr/local/bin/something. I just want the game (including data files) in one directory on a separate partition.
But somehow the executable always seems to be searching for the data files in /usr/local/bin/hedgewars/Data, even after compiling with a different -DDATA_INSTALL_DIR.
Any help would be appreciated.