swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Canvas in java


From: Marcus G. Daniels
Subject: Re: Canvas in java
Date: 29 Jan 2001 10:51:36 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "ZDW" == zhangdw  <address@hidden> writes:

PJ> Marcus Daniels has said several times that users are free to
PJ> recompile swarm after editing the source file etc/interface.el.

ZDW> I can not find this file. Could you tell me where to find this
ZDW> file and how to edit it?

It's in the Swarm source distribution:

   ftp://ftp.swarm.org/pub/swarm/src/testing/swarm-2001-01-24.tar.gz

On Windows, you can build using a script like below.  Change the
/cygdrive/... paths, SWARMSRCDIR, and jdk as appropriate for your
system.  This script assumes that you unpack Swarm in SWARMSRCDIR
and build somewhere else, say, /build/swarm-jdk.  E.g.

$ cd /src
$ tar zxf /tmp/swarm-2001-01-24.tar.gz
$ mkdir -p /build/swarm-jdk
$ cd /build/swarm-jdk
$ /scripts/build-swarm-jdk # the file below

#!/bin/sh
SWARMSRCDIR=/src/swarm-2001-01-24

jdk=--with-jdkdir=/cygdrive/e/jdk1.3

SWARMHOME=/Swarm-2.1.1
JAVAC=jikes EMACS=/cygdrive/e/emacs-20.6/bin/emacs $SWARMSRCDIR/configure 
--srcdir=$SWARMSRCDIR --prefix=$SWARMHOME --with-defaultdir=$SWARMHOME $jdk
make

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]