-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (26 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Desciption of the directories:
==============================
src: all the source files
classes: all the class files
bin: the executable AnimLang
libs: directory with external libraries
examples: some examples of AnimLang programs
javadoc: the doc files produced by javadoc
doc: a simple user guide (AnimLang.pdf)
Installation:
=============
The Makefile contains several commands:
make all -> creates the program and doc files (recommended)
make compile -> creates the all AnimLang classes
make exec -> creates the executable script (bin/AnimLang)
make clean -> cleans the directories and keeps the essential files
Execution:
==========
* Set your path too look into the bin directory
* Run "AnimLang" (you can run "AnimLang -help" too see the available options)
Licesing:
=========
This distribution contains the libraries antlr3.jar and commons-cli.jar
in the libs directory. These libraries can only be used and distributed
under the conditions specified in their licenses (also included in
the same directory).