Browse Source

Merge branch 'master' into master

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

15
DEVELOPING.md

@ -3,10 +3,10 @@
``` ```
# build dependencies # 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 # 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
``` ```
## more dependencies ## more dependencies
@ -24,11 +24,12 @@ apt-get -y update && apt-get install -y \
# Compile OpenSSL # Compile OpenSSL
``` ```
# Download openssl 1.0.2 # Download openssl 1.0.2 from https://openssl.org/source/
wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz
tar xvf openssl-1.0.2t.tar.gz tar zxvpf openssl-1.0.2t.tar.gz
cd openssl-1.0.2t cd openssl openssl-1.0.2t
./Configure linux-x86_64 ./configure linux-x86_64
make -j$(nproc) make -j$(nproc)
``` ```
## Static build of Qt5 ## Static build of Qt5
@ -38,7 +39,7 @@ make -j$(nproc)
mkdir -p ~/Qt/5.11.2 && cd ~/Qt/5.11.2 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 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. # Configure and build Qt5 statically.

2
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! 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!

Loading…
Cancel
Save