Updated serenity (markdown)

Lauri Ojansivu 2023-05-13 22:30:39 +03:00
parent 85e39c33e1
commit df280c29bd

@ -4,14 +4,10 @@ https://serenityos.org
## Building
Do to step building toolchain, but not step to start SerenityOS yet that is after installing below software:
Do to step building toolchain and start SerenityOS once, then shutdown SerenityOS, before building Ports:
https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md
```
Meta/serenity.sh rebuild-toolchain
```
## Installing Ports outside of SerenityOS, at host OS
SerenityOS Ports failed builds logs changes by xet7 https://gist.github.com/xet7/7df267e8d36d10ca998ad1a45f133ba4 ,
@ -89,16 +85,12 @@ cd ~/repos/serenity/Ports/neofetch
./package.sh
```
dosbox:
## DosBox
```
sudo apt -y install python3-docutils meson
cd ~/repos/serenity/Ports/dosbox-staging
./package.sh
```
Start SerenityOS:
```
Meta/serenity.sh run
```
## Installing WeKan for Bash inside SerenityOS