Browse Source

Update DEVELOPING.md

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

12
DEVELOPING.md

@ -8,6 +8,18 @@ sudo apt install clang g++ build-essential make mingw-w64 git pkg-config libc6-d
# MXE dependencies
sudo apt install bash bison bzip2 flex gettext git gperf intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libtool-bin libxml-parser-perl make openssl p7zip-full patch perl pkg-config python ruby sed unzip wget xz-utils
```
## more dependencies
```
apt-get -y update && apt-get install -y \
curl libdbus-1-3 libexpat1 \
libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev libssl-dev \
libfreetype6 libgl1-mesa-glx libglib2.0-0 \
libx11-6 libx11-xcb1 \
g++ build-essential cmake wget git clang++-6.0 \
software-properties-common \
autoconf automake autopoint bison flex gperf libtool libtool-bin intltool lzip python ruby unzip p7zip-full libgdk-pixbuf2.0-dev libltdl-dev
```
# Compile OpenSSL

Loading…
Cancel
Save