The usual method for building GLFW on Ubuntu from source is like so: make x11 sudo make x11-dist-install Assuming you’ve got the proper libraries installed for compiling, everything should go smoothly and the compiled libraries will be put in system directories. If you’re missing libraries needed to compile, try installing them with this command: sudo […]