Files
i2p.syndie/INSTALL

23 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-01-09 18:22:43 +00:00
Syndie can be built from source with a modern (1.6+) java development kit. You
2014-01-20 23:35:57 +00:00
must have ant (1.7+), and the source release includes HSQLDB (2.3.1).
You will need 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
2013-01-04 21:08:42 +00:00
I2P and SWT are required to compile Syndie. You could either
- (recommended) set properties to tell the build process where to find
the necessary jar files. See 'build.properties' for more information.
- (not recommended) symlink i2p.jar and swt.jar to ./lib
To build a normal java instance, run "ant pkg". To build a self-contained
2013-01-04 21:08:42 +00:00
syndie.jar that includes the dependencies, run "ant dist".
To run it from within the source directory, use "ant run". To run with the
alternative 'Desktop GUI', use "ant run-desktop".
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