OSUI stands for Operating System User Interface.
In this section, we are going to learn how to get started developing the OSUI source code. We are going to learn first, as to how to install dependencies in-order to make OSUI work.
Here are the list of dependencies you need to install.
- make
sudo pacman -S make
- cmake
sudo pacman -S cmake
- gcc
sudo pacman -S gcc