scemino / engge2

Open source remake of Thimbleweed Park's engine
https://scemino.github.io/
50 stars 3 forks source link

Cannot run on Arch. No lib #4

Open Ygarr opened 1 year ago

Ygarr commented 1 year ago

" $ ./engge2 could not load: libSDL2_mixer(|-2.0).so(|.0) (compile with -d:nimDebugDlOpen for more information) "

After installing libSDL got "./engge: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: No such file or directory"

Or just crashing without log.....

scemino commented 12 months ago

I don't know your Linux distro, but you need to install these packages: libgl-dev libglew-dev