COSC_4P82_Assignment_1/lib/lilgp/lilgpSetup1.0
Brett e125f04383 init 2024-02-13 21:21:51 -05:00
..
classes init 2024-02-13 21:21:51 -05:00
docs init 2024-02-13 21:21:51 -05:00
javadocs init 2024-02-13 21:21:51 -05:00
src init 2024-02-13 21:21:51 -05:00
README.1ST init 2024-02-13 21:21:51 -05:00

README.1ST

After unpacking the distribution, you should have the following tree
structure:

	lilgpSetup\
	   classes\
	   docs\
	      images\
	   javadocs\
	      images\
	   src\

To build the .class files, change into the src\ directory and type:

	javac -d ../classes *.java

To run lilgpSetup, change into the classes\ directory and type:

	java lilgpSetup