Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 897 Bytes

BitShares X Build Status

A DAC built with Bitshares toolkit

Latest Stable Version

v0.2.3

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.