Skip to content

Latest commit

 

History

History
executable file
·
33 lines (26 loc) · 854 Bytes

README.md

File metadata and controls

executable file
·
33 lines (26 loc) · 854 Bytes

CircleCI GitHub issues Waffle.io - Columns and their card count GitHub

desc

compiler of sapphire by c++

development

require

  • cpp standard
    • c++17 (201703) or more

      recommend g++-8 when you use Mac.

  • tools
    • cmake > 3.10
  • libraries
    • boost

build

mkdir build
cd build
cmake .. -DBOOST_ROOT=<your_boost_root_dir>

test

make test