You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,15 @@ Google Group/Mailing List: http://groups.google.com/group/codeswarm
9
9
10
10
# Building #
11
11
12
-
More detail is available at http://code.google.com/p/codeswarm/wiki/HowtoBuild
13
-
14
-
This quick guide explains how to setup your development environment to build
15
-
and run code_swarm.
16
-
17
-
18
12
## Prerequisites ##
19
13
20
-
You will need Apache's "ant" build tool, at least version 5 of the Java SDK from Sun, and for some features, Python version 2.4 or later.
21
-
14
+
You will need Apache's "ant" build tool, at least version 5 of the Java SDK from Sun, and for some features, Python version 2.4 or later. Linux users: we've been unable to get code_swarm to run under the GNU jvm, Sun's jvm is strongly recommended.
22
15
23
16
24
17
### Linux ###
25
18
26
-
This guide is written with a Debian based Linux, Ubuntu 8.04. The process is likely
27
-
to be similar with other linux distributions.
19
+
These instructions were tested with Ubuntu 8.04, the process is probably
20
+
similar to other linux distributions.
28
21
29
22
This should ensure that ant and java6 are installed and configured:
30
23
@@ -59,8 +52,6 @@ If you have DarwinPorts/MacPorts, you can simply:
59
52
60
53
## Getting the source code ##
61
54
62
-
code_swarm is still a very young project. At the moment, the best way to get it going is to download the source code and build it.
63
-
64
55
### git ###
65
56
66
57
A git fork of the main code_swarm repository is maintained at <http://github.com/rictic/code_swarm/tree/master>
@@ -84,16 +75,16 @@ Unix-like users would get their native "Subversion" package.
84
75
For more information, see http://code.google.com/p/codeswarm/source/checkout
85
76
86
77
87
-
## Building and Running ##
78
+
## Running code_swarm ##
88
79
89
-
With Java and ant installed, and the `code_swarm` source downloaded, running `code_swarm` on any given git, svn, or hg based project is quite easy.
80
+
With Java and ant installed, and the code_swarm source downloaded, running it on a git, svn, or hg based project is easy:
90
81
91
82
* Add `code_swarm/bin` to your PATH. A line like `export PATH=$PATH:/path/to/code_swarm/bin` in your `~/.profile` or `~/.bash_profile` should do it
92
-
*`$ cd project/to/visualize`
93
-
*`$ code_swarm`
83
+
*`cd project/to/visualize`
84
+
*`code_swarm`
94
85
95
86
96
-
###Other ways of running code_swarm###
87
+
## Other ways of running code_swarm ##
97
88
98
89
There are a couple of other ways of invoking code_swarm. For an experimental GUI where you can specify a svn url to visualize:
0 commit comments