- License info cleanup since I2P is no longer bundled. - Add icons license, include in plugins. - Include jazzy license in plugins. - Remove jazzy license and other text files from jar. - Stop ant complaint
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
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).
|
|
|
|
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)
|
|
|
|
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
|
|
|
|
To build various packages, see the targets and instructions in
|
|
doc/web/dev.html
|