mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 11:43:26 -03:00
Merge pull request #3232 from laanwj/2013_11_ubuntu1310
doc: add note about building on Ubuntu 13.10
This commit is contained in:
commit
fb4a31a26c
1 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,11 @@ To Build
|
||||||
|
|
||||||
This will build bitcoin-qt as well if the dependencies are met.
|
This will build bitcoin-qt as well if the dependencies are met.
|
||||||
|
|
||||||
|
**Note:** on Ubuntu 13.10 (Saucy Salamander) the boost configuration script doesn't look in the
|
||||||
|
correct directory and an error about boost-system will appear. For now you need to do
|
||||||
|
|
||||||
|
./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -57,7 +62,7 @@ Dependency Build Instructions: Ubuntu & Debian
|
||||||
Build requirements:
|
Build requirements:
|
||||||
|
|
||||||
sudo apt-get install build-essential
|
sudo apt-get install build-essential
|
||||||
sudo apt-get install libtool autotools-dev
|
sudo apt-get install libtool autotools-dev autoconf
|
||||||
sudo apt-get install libssl-dev
|
sudo apt-get install libssl-dev
|
||||||
|
|
||||||
for Ubuntu 12.04 and later:
|
for Ubuntu 12.04 and later:
|
||||||
|
|
Loading…
Add table
Reference in a new issue