Closed MxSelfDestruct closed 1 year ago
It's only available as a build-time option. If you build with cmake -DPORTABLE=ON
it will instead look in data/
in the same directory as the binary.
The AppImage build uses portable mode to make the binary location- and root-independent.
Ah, that worked! Thank you very much.
It's only available as a build-time option. If you build with
cmake -DPORTABLE=ON
it will instead look indata/
in the same directory as the binary.The AppImage build uses portable mode to make the binary location- and root-independent.
Please add this to the build instructions on Linux/Mac as there is no documentation of this on the build instructions
Trying to run nxengine-evo on Linux (Ubuntu 22.04.2) and it only seems to want to look in
/usr/local/share/nxengine/
for game data.the game data folder is in the same folder as the executable. can I force it to look in the current directory for game data?