From ce68a2795811b3e88e3e728a2569b752c9372c43 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 13 May 2023 22:45:25 +0300 Subject: [PATCH] Updated serenity (markdown) --- serenity.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/serenity.md b/serenity.md index 284b26e..d8620e8 100644 --- a/serenity.md +++ b/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