diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-10 14:25:54 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-10 14:25:59 +0100 |
| commit | 961326c505ff4157251a4a534aed134bf04a2cca (patch) | |
| tree | 87a8e164711d5a486044219d653ec5416a509786 | |
| parent | Merge pull request #3835 (diff) | |
| parent | doc/build-unix.md use github flavored md for table (diff) | |
| download | discoin-961326c505ff4157251a4a534aed134bf04a2cca.tar.xz discoin-961326c505ff4157251a4a534aed134bf04a2cca.zip | |
Merge pull request #3829
a75cacd doc/build-unix.md use github flavored md for table (Torstein Husebø)
| -rw-r--r-- | doc/build-unix.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 710070cb4..70a7616f5 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -14,15 +14,15 @@ This will build bitcoin-qt as well if the dependencies are met. Dependencies --------------------- - Library Purpose Description - ------- ------- ----------- - libssl SSL Support Secure communications - libdb4.8 Berkeley DB Wallet storage - libboost Boost C++ Library - miniupnpc UPnP Support Optional firewall-jumping support - qt GUI GUI toolkit - protobuf Payments in GUI Data interchange format used for payment protocol - libqrencode QR codes in GUI Optional for generating QR codes + Library | Purpose | Description + ------------|------------------|---------------------- + libssl | SSL Support | Secure communications + libdb4.8 | Berkeley DB | Wallet storage + libboost | Boost | C++ Library + miniupnpc | UPnP Support | Optional firewall-jumping support + qt | GUI | GUI toolkit + protobuf | Payments in GUI | Data interchange format used for payment protocol + libqrencode | QR codes in GUI | Optional for generating QR codes [miniupnpc](http://miniupnp.free.fr/) may be used for UPnP port mapping. It can be downloaded from [here]( http://miniupnp.tuxfamily.org/files/). UPnP support is compiled in and |