Apt Get Install Libtool

Apt Get Install Libtool

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.

Jun 2nd, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
  2. sudo apt-get install libboost-all-dev
  3. sudo add-apt-repository ppa:bitcoin/bitcoin
  4. sudo apt-get update
  5. sudo apt-get install libdb4.8-dev libdb4.8++-dev
  6. sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
  7. sudo apt-get install git
  8. sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
  9. sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
  10. sudo apt-get install libboost-all-dev
  11. sudo apt-get install software-properties-common
  12. sudo add-apt-repository ppa:bitcoin/bitcoin
  13. sudo apt-get update
  14. sudo apt-get install libdb4.8-dev libdb4.8++-dev
  15. sudo apt-get install libminiupnpc-dev
  16. sudo apt-get install libzmq3-dev
  17. sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
  18. sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
  19. Sudo apt-get install automake
RAW Paste Data

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:

Apt-get

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.