Add Building Guide

This commit is contained in:
ahmed2007 2024-09-22 23:18:16 +02:00
parent 5b1e143678
commit ef27c7ad4d

28
BUILDING.md Normal file
View file

@ -0,0 +1,28 @@
<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>
### Dependencies
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)