Sudo apt-get install build-essential libtool worked for me - I would up vote it but I don't have the reputation to do so – kris Oct 14 '14 at 5:27 Add a comment 2 Answers 2. . Add repository and install bitcoind. Sudo apt-get install build-essential. Sudo apt-get install libtool autotools-dev autoconf. Sudo apt-get install libssl-dev. Sudo apt-get install libboost-all-dev. Sudo add-apt-repository ppa:bitcoin/bitcoin.
- sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
- sudo apt-get install libboost-all-dev
- sudo add-apt-repository ppa:bitcoin/bitcoin
- sudo apt-get update
- sudo apt-get install libdb4.8-dev libdb4.8++-dev
- sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
- sudo apt-get install git
- sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
- sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
- sudo apt-get install libboost-all-dev
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:bitcoin/bitcoin
- sudo apt-get update
- sudo apt-get install libdb4.8-dev libdb4.8++-dev
- sudo apt-get install libminiupnpc-dev
- sudo apt-get install libzmq3-dev
- sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
- sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
- Sudo apt-get install automake
Apt-get Install Libtool-bin
Apt-get Install Libtoolize
On Ubuntu (18.04 and 20.04), installing zlib
reported unable to locate package zlib:
How to install zlib in Ubuntu?
In Ubuntu, the zlib package is zlib1g
.
You may install them by
Sudo Apt-get Install Libtool-bin
If you would install the development package:
Download Zlib by using the following command (please check the version and replace the zlib version string VERSION
with the version you need):
Extract the file from the downloaded package:
Enter the directory where the package is extracted:
Now configure Zlib directory:
Replace '/usr/local/zlib' above with the directory path where you want to copy the files and folders. Check whether you get any error message. Compile and install Zlib. If you are root run the following:
Sudo Apt-get Install Libtool
Library has bee successfully installed.
Sudo Apt-get Install Autoconf Automake Libtool
And if you would link against zlib in your program, add -lz
to the gcc
or g++
commands.