From 73a61d02d4c8816ca925b74e29a2df2a9d0355c5 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Fri, 6 Dec 2019 19:25:00 +0100 Subject: [PATCH] Update DEVELOPING.md --- DEVELOPING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index f8c8bd1..8921319 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -14,7 +14,8 @@ sudo apt install bash bison bzip2 flex gettext git gperf intltool libc6-dev-i386 ``` # Download openssl 1.0.2 wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz -cd openssl-1.0.2t.tar.gz +tar xvf openssl-1.0.2t.tar.gz +cd openssl-1.0.2t ./Configure linux-x86_64 make -j$(nproc) ```