-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
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