Unstable continous release of the ASF+SDF Meta-Environment 2.0 (alpha)
Pre-installation requirements
Before attempting to install The Meta-Environment, you will need the following software installed, and available in your PATH:
- Java Development Kit (JDK) 5 or higher from java.sun.com, which includes Java version 1.5
- Graphviz 1.12 or higher from graphviz.org (for the 'dot' program)
- GNU make and gcc 3.4.x or higher from gnu.org (source distribution only)
- flex 2.5.4a7 or >= 2.5.31 (source distribution only)
- bison (source distribution only)
- curl (source distribution only)
Configuration and installation instructions:
- To install the binary distribution, run the downloaded script and follow the instructions:
sh asfsdf-meta-<version>.sh
- To install the source, run the following script:
tar zxvf asfsdf-meta-<version>.tar.gz
cd asfsdf-meta-<version>
./collect.sh
./configure --prefix=<your-prefix>
make