From: Holger Z. <hz...@us...> - 2004-10-26 14:43:34
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2329 Modified Files: Tag: software20 README shortcutSpec.xml install.xml README_DE Log Message: Index: README =================================================================== RCS file: /cvsroot/jake2/jake2/README,v retrieving revision 1.4.4.1 retrieving revision 1.4.4.2 diff -C2 -d -r1.4.4.1 -r1.4.4.2 *** README 26 Oct 2004 13:30:15 -0000 1.4.4.1 --- README 26 Oct 2004 14:43:23 -0000 1.4.4.2 *************** *** 26,35 **** - run the installer with "java -jar Jake2-Install.jar" - follow the instructions - run the game with Jake2.sh or Jake2.bat there are 3 different start scripts: ! - jake2-jogl11.* for Jake2 with current jogl version (suggested) ! - jake2-jogl11ATI.* for Jake2 with current jogl version and ATI workaround ! - jake2.* for Jake2 with jogl-1.0 (in case jogl-1.1 does not work) build from source: --- 26,36 ---- - run the installer with "java -jar Jake2-Install.jar" - follow the instructions + - change to the installation directory - run the game with Jake2.sh or Jake2.bat there are 3 different start scripts: ! - Jake2-jogl11.* for Jake2 with current jogl version (suggested) ! - Jake2-jogl11ATI.* for Jake2 with current jogl version and ATI workaround ! - Jake2.* for Jake2 with jogl-1.0 (in case jogl-1.1 does not work) build from source: *************** *** 51,54 **** --- 52,71 ---- - procced with the build from source instructions + 3rd party components + -------------------- + + Jake2 uses: + jogl OpenGL bindings https://jogl.dev.java.net + joal OpenAL bindings https://jogl.dev.java.net + openal Audio library http://www.openal.org + izpack Installer http://www.izforge.com/ + + the source distribution comes with: + ant build tool http://ant.apache.org + xerces XML library http://xml.apache.org + proguard obfuscator http://proguard.sourceforge.net + + + have fun! Index: README_DE =================================================================== RCS file: /cvsroot/jake2/jake2/README_DE,v retrieving revision 1.4.4.1 retrieving revision 1.4.4.2 diff -C2 -d -r1.4.4.1 -r1.4.4.2 *** README_DE 26 Oct 2004 13:30:16 -0000 1.4.4.1 --- README_DE 26 Oct 2004 14:43:23 -0000 1.4.4.2 *************** *** 30,39 **** - Installationsprogramm mit "java -jar Jake2-Install.jar" starten - den Anweisungen folgen - Jake2 mit "jake2.sh" oder "jake2.bat" aus dem Installationsverzeichnis starten Es liegen 3 verschiedene Startskripts bei: ! - jake2-jogl11.* für Jake2 mit aktueller jogl Version (empfohlen) ! - jake2-jogl11ATI.* für Jake2 mit aktueller jogl Version und ATI workaround ! - jake2.* für Jake2 mit jogl-1.0 (wenn Probleme auftreten) ausgehend von Sourcedistribution: --- 30,40 ---- - Installationsprogramm mit "java -jar Jake2-Install.jar" starten - den Anweisungen folgen + - ins Installationsverzeichnis wechseln - Jake2 mit "jake2.sh" oder "jake2.bat" aus dem Installationsverzeichnis starten Es liegen 3 verschiedene Startskripts bei: ! - Jake2-jogl11.* für Jake2 mit aktueller jogl Version (empfohlen) ! - Jake2-jogl11ATI.* für Jake2 mit aktueller jogl Version und ATI workaround ! - Jake2.* für Jake2 mit jogl-1.0 (wenn Probleme auftreten) ausgehend von Sourcedistribution: *************** *** 55,58 **** --- 56,75 ---- - dann gehts weiter wie oben für die Sourcedistribution beschrieben + externe Komponenten + ------------------- + + Jake2 benutzt: + jogl OpenGL bindings https://jogl.dev.java.net + joal OpenAL bindings https://jogl.dev.java.net + openal Audio library http://www.openal.org + izpack Installer http://www.izforge.com/ + + the source distribution comes with: + ant build tool http://ant.apache.org + xerces XML library http://xml.apache.org + proguard obfuscator http://proguard.sourceforge.net + + + viel Spass! Index: shortcutSpec.xml =================================================================== RCS file: /cvsroot/jake2/jake2/shortcutSpec.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** shortcutSpec.xml 26 Oct 2004 10:49:41 -0000 1.1.2.1 --- shortcutSpec.xml 26 Oct 2004 14:43:23 -0000 1.1.2.2 *************** *** 38,42 **** <createForPack name="Windows libraries and scripts"/> ! </shortcut> <shortcut --- 38,59 ---- <createForPack name="Windows libraries and scripts"/> ! </shortcut> ! ! <shortcut ! name="Jake2 ATI workaround" ! programGroup="yes" ! desktop="no" ! applications="no" ! startMenu="no" ! startup="no" ! target="$INSTALL_PATH/Jake2-jogl11ATI.bat" ! workingDirectory="$INSTALL_PATH" ! commandLine="" ! description="Jake2" ! initialState="noShow"> ! ! <createForPack name="Windows libraries and scripts"/> ! ! </shortcut> <shortcut Index: install.xml =================================================================== RCS file: /cvsroot/jake2/jake2/install.xml,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** install.xml 26 Oct 2004 13:30:16 -0000 1.2.2.2 --- install.xml 26 Oct 2004 14:43:23 -0000 1.2.2.3 *************** *** 69,73 **** </fileset> <fileset dir="../scripts" targetdir="$INSTALL_PATH"> ! <include name="*jogl11.sh"/> </fileset> <executable targetfile="$INSTALL_PATH/Jake2.sh" stage="never"/> --- 69,73 ---- </fileset> <fileset dir="../scripts" targetdir="$INSTALL_PATH"> ! <include name="*jogl11*.sh"/> </fileset> <executable targetfile="$INSTALL_PATH/Jake2.sh" stage="never"/> *************** *** 83,87 **** </fileset> <fileset dir="../scripts" targetdir="$INSTALL_PATH"> ! <include name="*jogl11.bat"/> </fileset> <executable targetfile="$INSTALL_PATH/Jake2.bat" stage="never"/> --- 83,87 ---- </fileset> <fileset dir="../scripts" targetdir="$INSTALL_PATH"> ! <include name="*jogl11*.bat"/> </fileset> <executable targetfile="$INSTALL_PATH/Jake2.bat" stage="never"/> |