[NOTE: Issue has been resolved.]
I’m having a few issues getting the game to run on a fresh installation of Fedora 20. First, I tried just downloading the stable version-- and proceeded to run into the following error:
./cataclysm: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
I’ve attempted installing the lua libraries in both 64-bit and 32-bit, as well as the compat-lua libraries in both 64-bit and 32-bit using yum. The issue still persists.
After roughly three hours of working on this I changed methods and decided to compile it instead, by using git and make. Git proceeded nicely, but when I attempted to use make, the following occurs:
g++ -DLOCALIZE -Wall -Wextra -g --std=c++11 -MMD -c src/wish.cpp -o obj/wish.o
make: g++: Command not found
make: *** [obj/wish.o] Error 127
Somehow I feel that the solution to both problems is going to be simple, and I’ll feel stupid for not seeing it before, but at the moment I’m entirely new to Fedora, and would really appreciate some help from anyone willing to give it, regarding either (and preferably both!) issues. I suppose that’s all.