As earthly life has changed drastically, you must rebuild civilisation, although this probably will provide it's fair portion of trouble. Meet the complications of underground survival, and complete all scenarios!
tried to run this on a 64-bit linux, but the glfw in my distros package repository do not have a version recent enought to run this (libglfw.so.2 or libglfw.so.2.6 instead of libglfw.so.3)
./CivSurvival: error while loading shared libraries: libglfw.so.3: cannot open shared object file: No such file or directory Please compile with the flags: -Wl,-rpath=. (Assuming C++) and then put the library directly in the same folder as the binary, thanks.(thats what i had to do)
Comments6
Please compile with the flags: -Wl,-rpath=. (Assuming C++) and then put the library directly in the same folder as the binary, thanks.(thats what i had to do)
I had an issue where I couldn't buy the oil refinery because there's a maximum of 128 stone for some reason :( Great job!