Mercurial > hg > CbC > akasha
comparison README @ 2:9815b09dc853
Sample which uses llrb library in Gears
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 11 Mar 2016 19:24:34 +0900 |
parents | |
children | d41e349d6e22 |
comparison
equal
deleted
inserted
replaced
1:a13620720e35 | 2:9815b09dc853 |
---|---|
1 # Akasha | |
2 | |
3 Akasha aims verification of data structures in Gears. | |
4 | |
5 | |
6 # How to Compile | |
7 Akasha has dependencies for Gears. | |
8 Please set environment variable GEARS_PATH and CBC_COMPILER like to follow as: | |
9 export CBC_COMPILER=/usr/local/Cellar/cbc/HEAD/bin/clang | |
10 export GEARS_PATH=/Users/home/hg/Gears | |
11 Akasha uses CMake for build. | |
12 Please type commands in ``src`` directory. | |
13 $ cmake . | |
14 $ make | |
15 | |
16 | |
17 # Coding Rules | |
18 naming rule: camelCase. | |
19 tab: soft tab (4 spaces) | |
20 |