This repository contains a shell script to download the latest versions of the components used in ExpOS development.
A Makefile is also provided to compile them all in one go.
Copy the following snippet to your terminal and press enter.
curl -sSf https://raw.githubusercontent.com/eXpOSNitc/expos-bootstrap/main/download.sh | sh
This should download all the necessary components ready for compiling.
Then you can run make
to compile them.