Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/carsenk/denarius
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsen Klock authored and Carsen Klock committed Jul 17, 2017
2 parents cd05d82 + 07e3d40 commit ffd967c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions doc/build-unix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ the graphical shadowcoin.
Dependencies
------------

Library Purpose Description
------- ------- -----------
libssl SSL Support Secure communications
libdb Berkeley DB Blockchain & wallet storage
libboost Boost C++ Library
miniupnpc UPnP Support Optional firewall-jumping support
libqrencode QRCode generation Optional QRCode generation
Library Purpose Description
------- ------- -----------
libssl SSL Support Secure communications
libdb Berkeley DB Blockchain & wallet storage
libboost Boost C++ Library
libevent Libevent Event notification library
miniupnpc UPnP Support Optional firewall-jumping support
libqrencode QRCode generation Optional QRCode generation

Note that libexecinfo should be installed, if you building under *BSD systems.
This library provides backtrace facility.
Expand Down Expand Up @@ -65,6 +66,8 @@ sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libevent-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libqrencode-dev

If using Boost 1.37, append -mt to the boost libraries in the makefile.
Expand Down

0 comments on commit ffd967c

Please sign in to comment.