Skip to content

Instantly share code, notes, and snippets.

@Cryoplex
Last active December 17, 2017 22:22
Show Gist options
  • Save Cryoplex/ab1dd536b69ca733043204f472d4386c to your computer and use it in GitHub Desktop.
Save Cryoplex/ab1dd536b69ca733043204f472d4386c to your computer and use it in GitHub Desktop.
Headless DIONS Compilation Script (Ubuntu/Debian x86_64)
#!/bin/bash
CORES="$(grep -c ^processor /proc/cpuinfo)"
sudo apt-get -y install build-essential libboost-dev libboost-system-dev libboost-filesystem-dev \
libboost-program-options-dev libboost-thread-dev libdb++-dev \
libqrencode-dev libminiupnpc-dev libboost-iostreams-dev libssl-dev
git clone https://github.com/IOCoin/DIONS
cd DIONS/src
make -f makefile.unix -j${CORES}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment