From abf4bdcb5a9e9b5d5ad2429414e9f4bd00bbd985 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 13 May 2023 22:46:42 +0300 Subject: [PATCH] Updated serenity (markdown) --- serenity.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/serenity.md b/serenity.md index d8620e8..334d4d6 100644 --- a/serenity.md +++ b/serenity.md @@ -11,6 +11,13 @@ https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructio # Required additional dependencies to build Ports +## All +``` +Toolchain/BuildRuby.sh + +sudo apt -y install python3-docutils meson +``` + ## Ruby ``` Toolchain/BuildRuby.sh