Toucanix Official Building Guide
Note: All tools are intended for Ubuntu 20.04.x LTS.
Windows users should use WSL with Ubuntu 20.04.x for errorless installs Linux users should also use ubuntu 20.04.x for errorless installs
Step 1 — Install Ubuntu 20.04 LTS (Linux users skip to step 2)
- Open the Microsoft Store
- Search for Ubuntu 20.04 LTS
- Install it and complete first-time setup (username/password)
Step 2 — Install build tools
Inside your terminal:
cd /path/to/Toucanix
./Build/Scripts/install_dependencies.sh
Step 3 — Build & Run
Inside your terminal:
make
Universal Commands
Clean
make clean
Build
make build
Run
make run
Install Required Tools
make install_required
Allow All Shell Scripts
make chmod_all
Reset OVMFbin
This is to fix that silly bug where QEMU decides to not boot.
make reset_ovmf_bin
Build & Reset OVMFbin & Run (shortcut)
make
Clean & Build & Reset OVMFbin & Run (shortcut)
make ultra