To run CEqEA
1) download CEqEA_2.y.x.zip (biggest `x') and unpack anywhere
- if `y' is just a number, the build is an official release
- if `y' ends in `_upN', for some # `N', the build is an official update
- if `y' ends in `_rcN', for some # `N', the build is a release candidate
- if `y' ends in `_betaN', for some # `N', it's a stable beta build
- if `y' ends in `_alphaN', for some # `N', it's an unsafe alpha build
2) you must have Java 1.6 installed
3) you must have Graphviz >=2.26.3 installed [http://www.graphviz.org]
(NB! 2.28.n may not work on 32-bit Mac OS X; this is a graphviz problem)
4a) either double-click the right script
- ceqea_windows.bat is for (any) Windows OS
- ceqea_macos.command is for (any) Mac OS X
- ceqea.sh is for pretty much everything else
4b) or commandline execute the right script; for help
> ceqea.sh help
NB! CEqEA is fast but can be memory hungry, e.g., 10GB RAM in
<1min for ~150,000 simple influences --- see 4b) for help.
=====
Tutorial videos are [not publicly available just yet].
=====
The source code for CEqEA is available through subversion
> svn co http://svn.code.sf.net/p/ceqea/code ceqea
To build CEqEA,
a) put in place the below file layout
b) generate code from ceqea/src/antlr/* to ceqea/src/jp/ac/jaist/ceqea/ANTLRgen
- either use ANTLRWorks-1.4.3, with output set to the above
- or run ceqea/antlerize.{sh,bat} (requires below file layout)
c) build zgrviewer [http://zvtm.sourceforge.net/zgrviewer.html]
d) open ceqea as a NetBeans project (called CEqEA2); build it
You can now run your home-built CEqEA v2.y.x using the scripts in ceqea/.
<dir>
| - ceqea/
| | - ...
|
| - ceqealib/
| | - antlr-2.7.7.jar
| | - antlr-3.4-complete.jar
| | - jgrapht-jdk1.6.jar (version >= 0.8.3)
| | - zvtm
| | - jcip-annotations-1.0.jar
| | - junit-3.8.1.jar
| | - timingframework-1.0.jar
| | - xercesImpl-2.8.1.jar
| | - xml-apis-1.3.03.jar
| | - xmlParserAPIs-2.6.2.jar
| | - zvtm-core-0.11.0.jar
| | - zvtm-svg-0.2.1.jar
|
| - zgrviewer/
| - ...
---
NB! version numbers need to be correct.
- ceqea/ is produced by "> svn co ... ceqea"
- ceqealib/antlr-* are at [http://antlr.org/download]
- ceqealib/jgrapht-jdk1.6.jar (version >= 0.8.3) is at [http://www.jgrapht.org/]
- ceqealib/zvtm/* can be downloaded as zvtm-svg-0.2.1.zip from
[http://sourceforge.net/projects/zvtm/files/zvtm-svg/]
- zgrviewer/ must contain a standard build(!) of ZGRViewer, see c)