mirror of
https://github.com/wekan/wekan.git
synced 2026-03-12 16:42:33 +01:00
Updated serenity (markdown)
parent
1c58e9bbfa
commit
ce68a27958
1 changed files with 15 additions and 6 deletions
21
serenity.md
21
serenity.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue