Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ECN] eCoin {SHA-3 Security}{Universal Currency}{GPU/CPU} LAUNCHED
by
MarkoDev
on 04/02/2014, 19:25:42 UTC
What are the libraries need for compiling wallet on linux?

The same libraries you are used to from sha-2 and scrypt.

Run this to install on linux:

Code:
sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb++-dev
sudo apt-get install libqrencode-dev s
sudo apt-get install libboost1.53-all-dev