sudo apt-get update
sudo apt-get -y install build-essential python-dev gcc-4.9 g++-4.9 git cmake libboost1.58-all-dev librocksdb-dev
export CXXFLAGS="-std=gnu++11"
git clone https://github.com/turtlecoin/turtlecoin
cd turtlecoin
mkdir build && cd $_
cmake ..
make
TODO: Windows 10 fuckery and magic
- Install cmake. See
here
if you are unable call
cmake
from the terminal after installing. - Install the boost libraries. Either compile boost
manually or run
brew install boost
. - Install XCode and Developer Tools.
git clone https://github.com/turtlecoin/turtlecoin
cd turtlecoin
mkdir build && cd $_
cmake ..
orcmake -DBOOST_ROOT=<path_to_boost_install> ..
when building from a specific boost installmake
The binaries will be in ./src
after compilation is complete.
Cryptonote Developers, Bytecoin Developers, Forknote Project, TurtleCoin Community