Skip to content

Instantly share code, notes, and snippets.

@lycancoin
lycancoin / Compile_Lycancoin_on_Ubuntu_16_04
Last active June 28, 2021 00:29 — forked from kostaz/Compile_Bitcoin_on_Ubuntu_14_04
Compile Lycancoin Ubuntu 16.04 through v.1.1.2.6
Initial setup & dependencies
----------------------------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev