2002-05-19 21:34:07 +02:00
|
|
|
|
2002-11-11 17:56:27 +01:00
|
|
|
Please set SWARMHOME to %%PREFIX%% while using this package.
|
2002-05-19 21:34:07 +02:00
|
|
|
ex:
|
|
|
|
in tcsh:
|
2002-11-11 17:56:27 +01:00
|
|
|
setenv SWARMHOME %%PREFIX%%
|
2002-05-19 21:34:07 +02:00
|
|
|
|
|
|
|
in bash:
|
2002-11-11 17:56:27 +01:00
|
|
|
export SWARMHOME=%%PREFIX%%
|
2002-05-19 21:34:07 +02:00
|
|
|
|
2003-11-09 15:45:59 +01:00
|
|
|
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 )
|