File | Date | Author | Commit |
---|---|---|---|
build | 2007-01-07 | merimus | [r1] initial directories |
doc | 2007-01-07 | merimus | [r1] initial directories |
example | 2007-01-07 | merimus | [r1] initial directories |
src | 2007-12-20 | merimus | [r58] now using libxml2 for the xml reader |
test | 2007-12-20 | merimus | [r58] now using libxml2 for the xml reader |
utils | 2007-12-11 | merimus | [r54] various changes including change to libxml |
CMakeLists.txt | 2007-12-18 | merimus | [r57] revert to revision 55 |
README | 2007-01-10 | merimus | [r2] populate code into svn repo |
TODO | 2007-02-09 | merimus | [r9] false support for vertex parents and children |
Requirments: Cmake Boost To build: go to the build directory and type % cmake <path to hgraph> % make if you have hgraph in your home directory you could perform the following. % mkdir hgraph-build % cd hgraph-build % cmake ~/hgraph % make