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
This commit is contained in:
aum
2004-04-11 07:21:28 +00:00
committed by zzz
parent a72e479e50
commit 22916c1904
3 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
@echo off
rem This makefile constructs the SAM Server i2psam.jar
rem by default, it gets linked into a standalone .jar file, together
rem with the I2P core classes, and the jython classes
CLASSPATH=\path\to\my\jython.jar;..\..\..\..\build\i2p.jar;..\..\..\..\build\mstreaming.jar
@echo Building i2psam.jar
jythonc --jar i2psam.jar --all ..\src\i2psam.py