git clone git://github.com/coelckers/gzdoom.git
cmake .
make
Then I fix 2 errors in src/gl/system/gl_system.h and src/sound/fmodsound.cpp near __APPLE__ and malloc.h: added __FreeBSD__ in same #if and #ifdef.
Then make again:
I have gtk-x11-2.0:Linking CXX executable ../gzdoom
/usr/bin/ld: cannot find -lgtk-x11-2.0
CC: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Can't find any build logs with errors. How to debug building of GZDoom?ls -l /usr/local/lib/libgtk-x11-2.0.so*
lrwxr-xr-x 1 root wheel 27 28 мар 05:56 /usr/local/lib/libgtk-x11-2.0.so@ -> libgtk-x11-2.0.so.0.2400.27
lrwxr-xr-x 1 root wheel 27 28 мар 05:56 /usr/local/lib/libgtk-x11-2.0.so.0@ -> libgtk-x11-2.0.so.0.2400.27
-rwxr-xr-x 1 root wheel 4148876 28 мар 05:56 /usr/local/lib/libgtk-x11-2.0.so.0.2400.27