QB64Team / qb64

BASIC for the modern era.
https://www.qb64.org
Other
672 stars 97 forks source link

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

Closed KtheVeg closed 2 years ago

KtheVeg commented 2 years ago

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?

KtheVeg commented 2 years ago

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.

FellippeHeitor commented 2 years ago

@Veggieoskibroski pull requests welcome 😉

KtheVeg commented 2 years ago

@Veggieoskibroski pull requests welcome wink

Here's the pull request (#224)