From a1154fa3bcfc9fdf8c2499fc1301b539f6a1c514 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 6 Dec 2019 10:30:26 -0500 Subject: [PATCH 1/2] Little improvements --- DEVELOPING.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index ee91a8e..655f94e 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -3,20 +3,22 @@ ``` # build dependencies -sudo apt install clang g++ build-essential make mingw-w64 git pkg-config libc6-dev m4 g++-multilib autoconf libtool-bin ncurses-dev unzip python python-zmq zlib1g-dev wget curl bsdmainutils automake libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev autopoint libssl-dev +sudo apt install -y clang g++ build-essential make mingw-w64 git pkg-config libc6-dev m4 g++-multilib autoconf libtool-bin ncurses-dev unzip python python-zmq zlib1g-dev wget curl bsdmainutils automake libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev autopoint libssl-dev # 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 +sudo apt install -y 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 ``` -# Download openssl 1.0.2 -https://www.openssl.org/source/ +# Download openssl 1.0.2 from https://openssl.org/source/ + +wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz +tar zxvpf https://www.openssl.org/source/openssl-1.0.2t.tar.gz cd openssl -./Configure linux-x86_64 -make +./configure linux-x86_64 +make -j$(nproc) ``` ## Static build of Qt5 @@ -25,7 +27,7 @@ make mkdir -p ~/Qt/5.11.2 && cd ~/Qt/5.11.2 wget https://download.qt.io/archive/qt/5.11/5.11.2/single/qt-everywhere-src-5.11.2.tar.xz -tar xvf qt-everywhere-src-5.11.2.tar.xz && cd qt-everywhere-src-5.11.2 +tar xvpf qt-everywhere-src-5.11.2.tar.xz && cd qt-everywhere-src-5.11.2 ``` # Configure and build Qt5 statically. From 3f0f2a3e9aa0c4e2de4c80f7cbc7f9731d84ddef Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Fri, 13 Dec 2019 07:52:28 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff3619..48ca46f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SilentDragonLite +# SilentDragonLite - TESTESTEST SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development!