Files
i2p.syndie/INSTALL

30 lines
1.2 KiB
Plaintext
Raw Normal View History

2006-10-12 22:35:02 +00:00
Syndie can be built from source with a modern (1.4+) java development
kit, or with a new GCJ (4.0+). You must have ant (1.6.5+), and the
source release includes HSQLDB (1.8.0.7), though newer revisions
should work. You will needs SWT as well - grab the latest version for
your OS and architecture from http://www.eclipse.org/swt/ (or from
your favorite package manager).
2006-10-12 22:35:02 +00:00
I2P and SWT are required to compile Syndie.
For I2P, the easiest is to add a symbolic link "i2p.jar" in lib/
that points to your $I2P/lib/i2p.jar file.
Also, you need to tell ant where to find SWT.
Add a symbolic link "swt.jar" in lib/ that points to your swt.jar.
Alternatively, add a line to the
file nbproject/private/private.properties (creating a new directory or
file if necessary):
swt.dir=../swt-I20061214-1445-gtk-linux-x86
(or whatever the path to the directory containing swt.jar is)
2006-10-12 22:35:02 +00:00
To build a normal java instance, run "ant"
To run it without any installation, run "ant run"
To deploy your modifications into an existing Syndie install, copy
the new ./lib/syndie.jar to the Syndie install's lib/ directory
2006-10-12 22:35:02 +00:00
To build various packages, see the targets and instructions in
doc/web/dev.html