From da758cef2c5f30a11fa94d834550dacdb507d3a4 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Sun, 10 Nov 2019 16:55:23 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de8f14a..be5861e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo apt install clang g++ build-essential make mingw-w64 git pkg-config libc6-d 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 ``` -Compile OpenSSL +# Compile OpenSSL ``` # Download openssl 1.0.2 @@ -46,7 +46,7 @@ cd openssl ./Configure linux-x86_64 make ``` -Static build of Qt5 +## Static build of Qt5 # Download Qt5 sources ``` @@ -74,4 +74,4 @@ make -j$(nproc) MXE_TARGETS=x86_64-w64-mingw32.static qtbase qtwebsockets ``` # Build SilentDragonLite .exe -./win-static-build.sh \ No newline at end of file +./win-static-build.sh