mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-23 07:15:29 +01:00
Simplify build instructions
This commit is contained in:
parent
ffb32acfab
commit
e5f0247bb6
1 changed files with 3 additions and 6 deletions
|
@ -61,10 +61,8 @@ Dependency Build Instructions: Ubuntu & Debian
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Build requirements:
|
Build requirements:
|
||||||
|
|
||||||
sudo apt-get install build-essential
|
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
|
||||||
sudo apt-get install libtool autotools-dev autoconf
|
|
||||||
sudo apt-get install libssl-dev
|
|
||||||
|
|
||||||
for Ubuntu 12.04 and later:
|
for Ubuntu 12.04 and later:
|
||||||
|
|
||||||
sudo apt-get install libboost-all-dev
|
sudo apt-get install libboost-all-dev
|
||||||
|
@ -95,8 +93,7 @@ To enable the change run
|
||||||
|
|
||||||
for other Ubuntu & Debian:
|
for other Ubuntu & Debian:
|
||||||
|
|
||||||
sudo apt-get install libdb4.8-dev
|
sudo apt-get install libdb4.8-dev libdb4.8++-dev
|
||||||
sudo apt-get install libdb4.8++-dev
|
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue