Closed korbosoft closed 7 months ago
I updated the CMakeLists to support Linux. It compiles, but I haven't tested the output since I don't know how to handle the dependencies. If you want to take a crack at improving the CMakeLists or figuring out what needs to be packaged with it, here's a Linux build. Depending on what libraries you already have installed, this build might work as-is. Trogdor-Reburninated-v2.0-linux-WIP.zip
If it helps, here's the output when I run objdump -p ./trogdorrb | grep NEEDED
:
NEEDED libSDL2_image-2.0.so.0
NEEDED libSDL2_mixer-2.0.so.0
NEEDED libSDL2_ttf-2.0.so.0
NEEDED libstdc++.so.6
NEEDED libm.so.6
NEEDED libgcc_s.so.1
NEEDED libc.so.6
I've tried including those in a lib
folder (or in the case of symlinks, copying+renaming what they originally linked to) and running via LD_LIBRARY_PATH=./lib ./trogdorrb
, but it keeps asking for more dependencies.
Closing this issue since there is now a proper Linux makefile that I've confirmed works.
when running
make
on linux, it seems to not be able to find SDL.