aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2014-03-08 22:07:59 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-03-10 14:26:58 +0100
commit00858917491a196a076e5c5c94637cfd5f334fe8 (patch)
tree9a0b71cbde5860d4d36e2e30d792d4ed023813bd
parentf55bf39de4e2459d4a998901789e7ef1a56347d5 (diff)
downloadbitcoin-00858917491a196a076e5c5c94637cfd5f334fe8.tar.xz
doc/build-unix.md use github flavored md for table
Rebased-From: a75cacd
-rw-r--r--doc/build-unix.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 710070cb49..70a7616f50 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