Install Litceoin Wallet Ubuntu 16.04 Command Line

By June 17, 2017Crypto Mining
[raw] #!/bin/bash
mkdir Github && cd Github
sudo apt-get install -y git
git clone https://github.com/litecoin-project/litecoin.git
cd litecoin
sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev
sudo apt-get install -y bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev
sudo apt-get install -y libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev
sudo apt-get install -y libqrencode-dev protobuf-compiler miniupnpc
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update -y
sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
./autogen.sh
./configure
make
make install
[/raw]

Thanks be to https://litecointalk.io/t/litecoin-compilation-guide/3039

https://github.com/litecoin-project/litecoin

5 Comments

  • This is a awesome site with some awesome information

  • tjh23111 says:

    sometimes, “sudo” needs
    at line 17

  • Zain says:

    i got an error on the last step when running this command “make install”

    • Zain says:

      the error is
      Making install in src
      make[1]: Entering directory `/home/zainbutt/ReactApps/ltc/litecoin/src’
      make[2]: Entering directory `/home/zainbutt/ReactApps/ltc/litecoin/src’
      ../share/genbuild.sh: 7: cd: can’t cd to /home/zainbutt/React Apps/ltc/litecoin
      ../share/genbuild.sh: 51: ../share/genbuild.sh: cannot create /home/zainbutt/React Apps/ltc/litecoin/src/obj/build.h: Directory nonexistent
      make[2]: *** [obj/build.h] Error 2
      make[2]: Leaving directory `/home/zainbutt/ReactApps/ltc/litecoin/src’
      make[1]: *** [install-recursive] Error 1
      make[1]: Leaving directory `/home/zainbutt/ReactApps/ltc/litecoin/src’
      make: *** [install-recursive] Error 1

Leave a Reply to Estela Borger Cancel Reply