| University of Passau · FIM · Software Systems | Deutschsprachige Startseite |
|
KABA - Download |
|
| kaba-20031030.tar.bz2 | 75kb | 2003-10-30 |
| kaba-20060801.tar.bz2 | 80kb | 2006-08-01 |
| kaba-20050218.tar.bz2 | 77kb | 2005-02-18 |
| kaba-20050221.tar.bz2 | 77kb | 2005-02-21 |
| kaba-20020807.tar.bz2 | 67kb | 2004-01-29 |
| kaba-concept-editor-2-current.tar.gz | 986kb | 2005-03-24 |
| kaba-concept-editor-2-20031031.tar.gz | 647kb | 2003-10-31 |
| graphviz-1.10-install.patch | 4kb | 2003-10-31 |
| graphviz-20030516-assert.patch | 3kb | 2003-10-31 |
| graphviz-20030520-debug.patch | 1kb | 2003-10-31 |
mkdir test cd test javac -d . ../samples/ABC.java ../kaba --classpath=. Test --kaba-dump=abc.kabaIt should finish with a very crypting data file abc.kaba containing the analysis results
gzip -dc graphviz-1.10.tar.gz | tar xvf - cd graphviz-1.10 patch -p1 < graphviz-1.10-install.patch patch -p1 < graphviz-20030516-assert.patch patch -p1 < graphviz-20030520-debug.patch ./autogen.sh
./configure --prefix=PREFIX --with-dynagraph ---without-tclsh && make && make installReplace PREFIX with something suitable for your system.
./configure --with-graphviz-prefix=PREFIX && maketo compile the sources. Use the PREFIX where you installed graphviz. Please pay attention to the error messages generated by configure.
./gui abc.kabawith the abc.kaba generated above.