From 11d689c5bac2d602dcca3278ceda2e7fc0705e79 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Fri, 29 Oct 2021 19:37:28 +0000 Subject: [PATCH] Update 'README.md' Need qttools5-dev-tools for using lupdate with build.sh linguist and added rustup instructions for ensuring 1.49. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bbc79..56f2455 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,18 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an **Nothing below will work without rust. Check that your system has rustc 1.49. If not then you need to use [Rustup in Linux](https://rustup.rs/).** +##### Install Rust & Change Version +``` +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +rustup default 1.49 +rustup -V +``` + 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 18.04 and 20.04: ```shell script -sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator +sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator qttools5-dev-tools git clone https://git.hush.is/hush/SilentDragonLite cd SilentDragonLite ./build.sh linguist