From df280c29bd71a211ea528319bc9e0e946215dad2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 13 May 2023 22:30:39 +0300 Subject: [PATCH] Updated serenity (markdown) --- serenity.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/serenity.md b/serenity.md index 2cd7e68..284b26e 100644 --- a/serenity.md +++ b/serenity.md @@ -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