How to compile and install Groestlcoin Core on Linux from source

Started by jackielove4u, May 15, 2014, 05:01:57 PM

Previous topic - Next topic

jackielove4u

The following were tested in Ubuntu 14.04, Ubuntu 16.04 and Ubuntu 18.04, some dependencies can be different in other distros

  • sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y
  • sudo apt-get install build-essential libssl-dev libboost-all-dev libdb5.3 libdb5.3-dev libdb5.3++-dev libtool automake libevent-dev bsdmainutils -y
  • sudo apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libminiupnpc-dev libzmq3-dev -y
  • sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev -y
  • git clone https://github.com/groestlcoin/groestlcoin
  • cd groestlcoin
  • ./autogen.sh
  • ./configure
  • make
  • sudo make install