Build environment setup

Following instruction is tested for Ubuntu 14.04

1. Setting up an environment

Execute the following command to get everything you need in order to setup an environment

sudo apt-get install build-essential git cmake libboost1.55-all-dev

2. Cloning a repository

Execute the following command to copy a desired repository

git clone https://github.com/cryptonotefoundation/cryptonote

3. Opening a folder with copied repository

Execute the following command to get into the directory with copied repository

cd cryptonote

4. Building

Execute the following command to build a coin

make -j