suyu-os/BUILDING.md

28 lines
874 B
Markdown
Raw Normal View History

2024-09-22 23:18:16 +02:00
<h1 align="center">
<br>
<a href="https://suyu.dev"><img src="https://git.suyu.dev/suyu/suyu/raw/branch/dev/dist/readme/suyu__Logo-Pill.svg" alt="suyu" height="128"></a>
<br>
<b>suyu</b>
<br>
</h1>
<h2 align="center"><b>suyuOS - Building</b></h2>
<br><br>
<h3 align="center"><b>Dependencses</b></h3>
You'll need to download and install the following to build suyu:
* [Arch Linux](https://www.archlinux.org/)
* [archiso](https://wiki.archlinux.org/title/Archiso)
1) Install archiso using `sudo pacman -Syu archiso`
2) To Build SuyuOS Type `mkdir buid-os && mkdir /tmp/suyu-os-tmp && mkarchiso -v -w '/tmp/suyu-os-tmp' -o 'build-os' 'suyu-os'`
3) 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)