Browse Source

Update DEVELOPING.md

pull/78/head
Denio 5 years ago
committed by GitHub
parent
commit
73a61d02d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      DEVELOPING.md

3
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 # Download openssl 1.0.2
wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz 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 ./Configure linux-x86_64
make -j$(nproc) make -j$(nproc)
``` ```

Loading…
Cancel
Save