05-31-2022, 03:34 AM
Yeah I guess that makes sense, we don't have OpenSUSE detection in the script. That said it really doesn't prevent you from using QB64, you just need to install the packages for the dependencies it lists. The error you're seeing indicates that OpenGL is not installed, probably indicating you don't have graphics support (which QB64 does require). How you get that working with WSL2 I'm not sure as I haven't ever done it, but my understanding is that it is possible.
You also don't necessarily need graphics _working_, you just need the libraries installed. You could probably then get away with using the
You also don't necessarily need graphics _working_, you just need the libraries installed. You could probably then get away with using the
-xparameter to compile your programs, which might work even without graphics support.