diff options
author | fanquake <fanquake@gmail.com> | 2012-09-22 14:51:03 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2012-09-22 14:51:03 +0800 |
commit | 0eaaa83ba521af8453c11ad688bdbb6bd4e33870 (patch) | |
tree | 06da9cba5120abc5280d0a2262ba23624d4bb975 /doc/build-unix.txt | |
parent | 1da09ab062112c5195e1f8ae8a020f46f42e4ecc (diff) |
Update Bitcoin to use OpenSSL 1.0.1c
Bump deps tp 0.0.5
Small docs corrections
Diffstat (limited to 'doc/build-unix.txt')
-rw-r--r-- | doc/build-unix.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt index b02a20a760..2e0b53cf77 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -47,7 +47,7 @@ Licenses of statically linked libraries: Versions used in this release: GCC 4.3.3 - OpenSSL 0.9.8g + OpenSSL 1.0.1c Berkeley DB 4.8.30.NC Boost 1.37 miniupnpc 1.6 @@ -55,7 +55,7 @@ Versions used in this release: Dependency Build Instructions: Ubuntu & Debian ---------------------------------------------- Build requirements: - sudo apt-get install build-essential + sudo apt-get install build-essential sudo apt-get install libssl-dev for Ubuntu 12.04: @@ -68,7 +68,7 @@ for Ubuntu 12.04: but using these will break binary wallet compatibility, and is not recommended. for other Ubuntu & Debian: - sudo apt-get install libdb4.8-dev + sudo apt-get install libdb4.8-dev sudo apt-get install libdb4.8++-dev sudo apt-get install libboost1.37-dev (If using Boost 1.37, append -mt to the boost libraries in the makefile) |