Skip to content

Commit e490c35

Browse files
author
rcartwright
committed
A minor wordsmithing of the previous version of the README file. The
following files were modified: M README git-svn-id: file:///tmp/test-svn/trunk@4466 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 5d0c492 commit e490c35

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

drjava/README

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,44 @@ http://drjava.sf.net/devdocs/
1414
QuickStart Guilde For Building DrJava
1515
by Corky Cartwright (cork@rice.edu)
1616

17-
The following guide presumes that you already have a Java 5.0 or 6.0 SDK, subversion (svn) 1.4 or above, and ant 1.7 or above installed on your machine. If not, follow the instructions at http://www.drjava.org/devdocs/ for setting up a DrJava development environment.
17+
The following guide presumes that you already have the following
18+
software systems installed on your system and accessible via your
19+
shell search path:
1820

19-
1) Make a directory to be the top-level container for you drjava code tree. I recommend "drjava".
21+
* Java 5.0 or 6.0 SDK,
22+
* subversion (svn) 1.4 or above, and
23+
* ant 1.7 or above.
24+
25+
If not, follow the instructions at http://www.drjava.org/devdocs/ for
26+
setting up a DrJava development environment.
27+
28+
1) Make a directory to be the top-level container for you drjava code
29+
tree. I recommend "drjava".
2030

2131
2) Descend into this new directory by typing the command
2232

23-
cd ~/drjava
33+
cd ~/drjava
2434

2535
3) Download the drjava source code base by typing the command
2636

27-
svn co https://drjava.svn.sourceforge.net/svnroot/drjava/trunk/drjava
37+
svn co https://drjava.svn.sourceforge.net/svnroot/drjava/trunk/drjava
2838

29-
4) After this download completes, descend into the root directory of the dowloaded code base by typing the command
39+
4) After this download completes, descend into the root directory of
40+
the dowloaded code base by typing the command
3041

31-
cd ~/drjava
42+
cd ~/drjava
3243

33-
5) To compile the code base and generate a jar file containing the compiled program, enter the command
44+
5) To compile the code base and generate a jar file containing the
45+
compiled program, enter the command
3446

3547
ant jar
3648

3749
which builds a jar filed named drjava-15.jar
3850

39-
If the build is successful, you can execute the built program by entering the command
51+
If the build is successful, you can execute the built program by
52+
entering the command
4053

4154
java -jar drjava-15.jar
4255

43-
If you encounter any problems, consult the Developer Docs at drjava.org by visiting http://www.drjava.org/devdocs/.
56+
If you encounter any problems, consult the Developer Docs at
57+
drjava.org by visiting http://www.drjava.org/devdocs/.

0 commit comments

Comments
 (0)