Skip to content

Instantly share code, notes, and snippets.

@sigwo
Created October 11, 2017 15:21
Show Gist options
  • Save sigwo/f44aba18148d99ae44ab12898dc9df4a to your computer and use it in GitHub Desktop.
Save sigwo/f44aba18148d99ae44ab12898dc9df4a to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev -y
git clone https://github.com/PieXcoin/PieXcoin
cd PieXcoin/src/leveldb
chmod +x build_detect_platform
cd ~/PieXcoin/share
chmod +x genbuild.sh
cd ..
chmod +x autogen.sh
./autogen.sh
./configure
make -j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment