Skip to content

Commit 354e69d

Browse files
author
magicindian
committed
modifications to readme
1 parent abdf860 commit 354e69d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

ReadMe.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,24 @@ Phil Snowberger,Artificial Intelligence and Robotics Laboratory,University of No
3737

3838

3939

40-
Build Instructions
41-
******************
42-
you can use ANT(http://ant.apache.org/)
43-
44-
The make file is now deprecated. use ANT!
40+
==Build Instructions==
4541

42+
If you just want to use the classes, all you need to do is put the aima-java/build directory on your CLASSPATH.
4643

47-
The ANT file is more comprehensive and runs all the tests as part of the standard build.
44+
If you want to rebuild from source, run the unit tests etc follow the instructions below.
45+
46+
you need [http://ant.apache.org/ ant] to build from source.
4847

49-
To run the tests , you will need to put junit(www.junit.org) on the CLASSPATH.
50-
so to build
48+
Many IDE's have built in ant versions. So if you are using an IDE you may want to try that first.
5149

52-
With ant -- type ant at the command line
53-
With make -- type make
50+
To build from the command line,
51+
52+
# download the archive
53+
# unzip
54+
# confirm that the aima-java/build directory is on your CLASSPATH
55+
# go to the aima-java directory
56+
# confirm that [http://prdownloads.sourceforge.net/junit/junit3.8.1.zip?download junit3.8.1 (note version number) ] is on the CLASSPATH
57+
# type 'ant'
5458

5559
I have included the eclipse.classpath and .projectfiles for those who use eclipse (www.eclipse.org).If you don't use eclipse presently consider getting it. It is free .And its awesome.
5660

0 commit comments

Comments
 (0)