Run the install.sh
script to install the needed dependecies. In your terminal, write the following:
sudo chmod +x install.sh
sudo ./install.sh
After the installation is successfull, run the commandbazel run //:main
and the demo/example windows should pop-up.
For a more detailed explanation, look at the post -> Integrate Bazel into your Imgui/SFML projects on Ubuntu 20.04