Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 782 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 782 Bytes

BitShares X Build Status

A DAC built with BitShares Toolkit

Build Instructions

BitShares Toolkit uses git submodules for managing certain external dependencies. Before you can build you will need to fetch the submodules with the following commands:

git submodule init
git submodule update
cmake .
make

Different platforms have different steps for handling dependencies, if you would like to build on OS X see BUILD_OSX.md

Documentation

Documentation is available at the GitHub wiki: https://github.com/BitShares/bitshares_toolkit/wiki.