QB64Team/qb64

GL/gl.h: No such file or directory (Compiling on Linux, Pop_OS/Ubuntu)

Closed this issue · 3 comments

When running ./setup_lnx.sh in terminal, I see multiple errors labeled with
GL/gl.h: No such file or directory
What am I missing? I simply extracted the whole qb64 folder then ran the setup bash file. What am I missing?

Found out what had to be done. Since I was using Pop, the compiler didn't know that it was based off of ubuntu and just chugged along without installing what it needed. I modified the compiler script to include pop and it worked.

@Veggieoskibroski pull requests welcome 😉

@Veggieoskibroski pull requests welcome wink

Here's the pull request (#224)