blob: 81c2078c0f93fe18c8323e557bdf0b2c2a0a4f68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Please set SWARMHOME to %%PREFIX%% while using this package.
ex:
in tcsh:
setenv SWARMHOME %%PREFIX%%
in bash:
export SWARMHOME=%%PREFIX%%
and use gmake to build swarm examples.
Swarm examples can be found at:
ftp://ftp.swarm.org/pub/swarm/apps/objc/sdg/swarmapps-2.1.1.tar.gz
( Objective-C examples )
and
ftp://ftp.swarm.org/pub/swarm/apps/java/sdg/jheatbugs-2.1.tar.gz
( java example )
|