README.md

October 25, 2020 ยท View on GitHub

!Currently, only supported for Ubuntu 20.04!

Instructions

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

Contents

  1. 0.1!Currently, only supported for Ubuntu 20.04!
  2. 1Instructions