Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 676 Bytes

File metadata and controls

executable file
·
22 lines (17 loc) · 676 Bytes

TurtleCoin

How To Compile

Ubuntu 16.xx LTS

  • 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

Windows 10

  • TODO: Windows 10 fuckery and magic

Apple

  • TODO: Apple current version and install instructions

Thanks

Cryptonote Developers, Bytecoin Developers, Forknote Project, TurtleCoin Community