freebsd-ports/devel/swarm/pkg-message

18 lines
413 B
Text
Raw Normal View History

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 )