Build fails:
ArchLinux detected.
Compiling and installing QB64...
Building library 'LibQB'
In file included from ../../../parts/core/src.c:2,
from ../../../common.h:35,
from ../../../libqb.cpp:1:
../../../parts/core/glew/include/GL/glew.h:1188:14: fatal error: GL/glu.h: No such file or directory
1188 | # include <GL/glu.h>
| ^~~~~~~~~~
compilation terminated.
Pinned Comments
alex.henrie commented on 2022-12-25 22:33 (UTC)
To use QB64, you must be a member of the qb64 group. Run
usermod <username> -a -G qb64to add your user to the group, then log out and log back in.