License
Download stable releases directly
Download continuous releases
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)
- ant (source distribution only)
- bash (and your /bin/sh should be bash too! 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 distribution run the following script:
gunzip -c asfsdf-meta-<version>.tar.gz | tar xvf -
cd asfsdf-meta-<version>
./configure --prefix=<yourprefix>
make
Older distributions
You can browse the older released packages from here: