From 82d6beb74da40564f8f39c764f6bfde01391fdcc Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Fri, 6 Dec 2019 19:27:48 +0100 Subject: [PATCH] Update DEVELOPING.md --- DEVELOPING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DEVELOPING.md b/DEVELOPING.md index 8921319..1d086ea 100644 --- a/DEVELOPING.md +++ b/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