Skip to content
HF edited this page Aug 18, 2015 · 3 revisions

McLab uses Apache Ant to build the project. The build file is located in the languages/Natlab directory. The project can be built by executing the following command.

cd languages/Natlab && ant build

The project can be built and tested by using the following command.

ant test

A jar file can be created by running

ant jar 

For a full list of build targets, enter

ant -p build.xml

Prerequisite

ANTLR: ANother Tool for Language Recognition

On Ubuntu:
sudo apt-get install antlr3

##Table of Contents

Clone this wiki locally