Post
Topic
Board Announcements (Altcoins)
Re: [ANN]██████████████ NASARIUM [Scrypt PoW][NASAR]PROJECT ██████████████
by
smoggystream6
on 05/05/2018, 09:48:11 UTC
How to compile linux wallet?

Update your linux

sudo apt-get update
sudo apt-get upgrade



install

Install the dependencies to compile from source code.

sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev

Create a directory nasarium

mkdir Nasarium-master
cd Nasarium-master

Go to the Nasarium-master directory

cd Nasarium-master

make -f makefile.unix RELEASE=1