view README @ 9:e864ede359cc

Add iterator
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 15 Mar 2016 16:47:41 +0900
parents d41e349d6e22
children 48bcaf3f90ef
line wrap: on
line source

# Akasha

Akasha aims verification of data structures in Gears.


# How to Compile
Akasha has dependencies for Gears.
Please set environment variable GEARS_PATH and CBC_COMPILER like to follow as:
  export CBC_COMPILER=/usr/local/Cellar/cbc/HEAD/bin/clang
  export GEARS_PATH=/Users/home/hg/Gears
Akasha uses CMake for build.
Please type commands in ``src`` directory.
  $ cmake .
  $ make


# Coding Rules
variable naming rule: camelCase (e.g. hogeFugaPiyo)
file naming rule: camelCase
separator of special prefix and suffix: under score (meta_, _stub)
tab: soft tab (4 spaces)