Updated serenity (markdown)

Lauri Ojansivu 2023-05-13 22:45:25 +03:00
parent 1c58e9bbfa
commit ce68a27958

@ -8,6 +8,21 @@ Do to step building toolchain and start SerenityOS once, then shutdown SerenityO
https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md
# Required additional dependencies to build Ports
## Ruby
```
Toolchain/BuildRuby.sh
```
## DosBox
```
sudo apt -y install python3-docutils meson
cd ~/repos/serenity/Ports/dosbox-staging
./package.sh
```
## Installing Ports outside of SerenityOS, at host OS
SerenityOS Ports failed builds logs changes by xet7 https://gist.github.com/xet7/7df267e8d36d10ca998ad1a45f133ba4 ,
@ -85,12 +100,6 @@ cd ~/repos/serenity/Ports/neofetch
./package.sh
```
## DosBox
```
sudo apt -y install python3-docutils meson
cd ~/repos/serenity/Ports/dosbox-staging
./package.sh
```
## Installing WeKan for Bash inside SerenityOS