Add helper script for installing Ubuntu deps
Closed this issue · 1 comments
ChrisThrasher commented
It's common that Ubuntu users are missing some packages they need to install. Let's put that all in a simple shell script so they don't have to dig into the CI script or ask on Discord about it. The CI pipeline can use this script too to ensure it's continuously up to date.
In the future we could extend this to work on Fedora or other Linux distros as well.
eXpl0it3r commented
Not sure if a shell script the way to go. I'd either go with a mention in the ReADMe or we could consider giving a hint in the SFML CMake if finding a dependency fails (on Linux). 🤔