From 39b997b1be12d03507b3574df64b9e69a6c8b600 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Fri, 6 Dec 2019 19:22:57 +0100 Subject: [PATCH] Update DEVELOPING.md --- DEVELOPING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index ee91a8e..7d818f9 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -13,10 +13,10 @@ sudo apt install bash bison bzip2 flex gettext git gperf intltool libc6-dev-i386 ``` # Download openssl 1.0.2 -https://www.openssl.org/source/ -cd openssl +https://www.openssl.org/source/openssl-1.0.2t.tar.gz +cd openssl-1.0.2t.tar.gz ./Configure linux-x86_64 -make +make -j$(nproc) ``` ## Static build of Qt5