Update DEVELOPING.md

This commit is contained in:
Denio
2019-12-06 19:25:00 +01:00
committed by GitHub
parent 9ea9a3fe1b
commit 73a61d02d4

View File

@@ -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)
```