How to build from source - moonstonedac/moonstone GitHub Wiki
On a 64bit Ubuntu 16.04 LTS machine:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git libboost-all-dev cmake g++ libdb++-dev libssl-dev libncurses-dev libreadline-dev doxygen autoconf
git clone https://github.com/moonstonedac/moonstone
cd moonstone
mkdir build
cd build
cmake ..
make
Create a folder to store the executables
mkdir ~/livenode
Copy the executables to the new folder
cp ./programs/witness_node/witness_node ~/livenode
cp ./programs/cli_wallet/cli_wallet ~/livenode
cd ~/livenode
You are now in the livenode folder where you can run your node and your wallet