From 994ebf9eb9ecb633870cc23436fc1e68864c3cc2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 3 Jan 2020 10:54:53 -0500 Subject: [PATCH] Giving openssl config an argument breaks stuff for me --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index ac50dc1..24ca797 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -29,7 +29,7 @@ apt-get -y update && apt-get install -y \ wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz tar zxvpf openssl-1.0.2t.tar.gz cd openssl-1.0.2t -./config linux-x86_64 +./config # linux-x86_64 make -j$(nproc) ``` ## Static build of Qt5