From 9a7e87fa1d089c2c8eb7c8abfe843d6954f384cf Mon Sep 17 00:00:00 2001 From: onryo Date: Wed, 1 Nov 2023 10:34:39 +0000 Subject: [PATCH] Add build instruction for Ubuntu 22.04 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a7b523..09df59e 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,20 @@ rustup -V **Nothing below will work without the Linux "build-essential" package. Check that your system has it installed. If not, and you're using a Ubuntu/Debian distro, then you can install with `apt install build-essential`.** -Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems! +##### Ubuntu 22.04: + +```shell script +sudo apt-get -y install build-essential qtbase5-dev qt5-qmake qtcreator qttools5-dev-tools +``` ##### Ubuntu 18.04 and 20.04: ```shell script sudo apt-get -y install build-essential qt5-default qt5-qmake qtcreator qttools5-dev-tools +``` + +Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems! + +```shell script git clone https://git.hush.is/hush/SilentDragonLite cd SilentDragonLite ./build.sh linguist