Files
i2p.i2p/apps/sam/jython/build/README
aum 22916c1904 Corrected Makefile:
- removed relative path for jython.jar, replaced with a def
   which developer must edit

Added README
 - overviews the i2psam.jar building process

Added build.bat
 - an attempt at a build script which might work on Windows, for people
   who don't have 'make' installed
2004-04-11 07:21:28 +00:00

28 lines
638 B
Plaintext

-----------------------------------
Instructions for building i2psam.jar
------------------------------------
1) Requirements
You will need:
- a decent java sdk, eg Sun J2SDK 1.4.2 or later
- jython - www.jython.org
Note that you don't need python to build the SAM server
2) Preparation
Edit the Makefile, and set JYTHONJAR to where your jython.jar lives
Or, if on windows, edit build.bat and set the first field of CLASSPATH
to where jython.jar lives
3) Building
To build i2psam.jar, simply type 'make'.
or if on Windows, type 'build.bat'
4) Installing
Copy i2psam.jar to wherever the jar files live on your i2p installation