Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Last active May 27, 2020 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save UbuntuEvangelist/fe0e7b314ccf82100c99e665e0b547a8 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/fe0e7b314ccf82100c99e665e0b547a8 to your computer and use it in GitHub Desktop.
Xenioscoin Dependencies Ubuntu 18.04.4 LTS
#!/bin/bash
# List of packages to install before building xenioscoin
packagelist=(
git
libssl-dev
libccd-dev
libboost-all-dev
miniupnpc
libqrencode-dev
)
sudo apt-get install ${packagelist[@]}
#xenioscoin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment