A small demo of setting up ImGUI on Linux using the existing CMake file.
- Check for the missing prerequisites before setting up the project from the Video Below.
Run these commands in terminal to install the dependencies and tools required for building this project.
- Update all the repos
sudo apt-get update && sudo apt-get upgrade
- Libraries for Graphics
sudo apt-get install libglfw3 libglfw3-dev xorg xorg-dev
- Get c++
sudo apt-get install gcc g++
- git
sudo apt-get install git
- Code Editor
snap install code --classic
- CMake
sudo apt install make