fteqw
fteqw copied to clipboard
How to build FTEQCCGUI on Arch Linux?
make gtkgui in engine\qclib fails due to qcc_gtk.c missing. Should qccguiqt.cpp be used instead? If so, Makefile needs to be updated.
Not sure about Arch, but for Debian:
- Install
qscintillaandqt5widgetsdev packages -
cmake . -
make fteqccgui
@eukara Would it be possible to add fteqccgui for Linux to the build pipelines?
Having a compiled Linux version would be really nice (especially for a noob like me)