mirror of
https://git.suyu.dev/suyu/suyu-os
synced 2024-11-21 06:26:11 -07:00
874 B
874 B
suyu
suyuOS - Building
Dependencses
You'll need to download and install the following to build suyu:
-
Install archiso using
sudo pacman -Syu archiso
-
To Build SuyuOS Type
mkdir buid-os && mkdir /tmp/suyu-os-tmp && mkarchiso -v -w '/tmp/suyu-os-tmp' -o 'build-os' 'suyu-os'
-
After it Finish, You Should See the ISO File in the "build-os" Directory. (Please Note that this is an Experimental Version and Not Even Ready yet for Use, Do it just if you want to Contribute in the OS)