About RPGameValues
------------------------
RPGameValues is a tool to manage important RPG character values which often change during the game.

Licence
-------
RPGameValues is open source using the General Public Licence. See licence.txt

Version History
---------------
See ChangeLog.txt

Build
-----
You need to reference all libraries from the libraries directory of the binary installation of RPGameValues. Under linux:

mkdir classes
javac -source 1.6 -target 1.6 -d classes -cp libraries/jdic.jar:libraries/skinlf.jar:libraries/synthetica.jar:libraries/syntheticaBlueIce.jar:libraries/syntheticaBlueSteel.jar:libraries/syntheticaGreenDream.jar:libraries/syntheticaSilverMoon.jar:libraries/syntheticawalnut.jar `find source/rpgamevalues -name "*.java"`

mv Manifest classes/
cd classes
jar cfm RPGameValues.jar Manifest rpgamevalues

