From: Web H. <web...@us...> - 2004-08-09 10:01:06
|
Update of /cvsroot/babeldoc/babeldoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30904 Modified Files: quickstart-en.txt Log Message: Updated the readme to no longer mention the .bat and .sh scripts Index: quickstart-en.txt =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/quickstart-en.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** quickstart-en.txt 4 Sep 2003 03:16:53 -0000 1.6 --- quickstart-en.txt 9 Aug 2004 10:00:58 -0000 1.7 *************** *** 5,22 **** -------------- a. Java JDK 1.4.1 or later. ! b. Windows / Unix ! 2. Unpacking ------------ a. Unpack the zip or tar.gz into a directory, babeldoc 3. Building (if required) ----------- ! a. Windows: build setup build ! b. Unix: ./build.sh setup build ! ! (you might need to make the build.sh script executable) --- 5,21 ---- -------------- a. Java JDK 1.4.1 or later. ! b. Ant 1.6.2 or later 2. Unpacking ------------ a. Unpack the zip or tar.gz into a directory, babeldoc + b. If using the cvs copy, check out the required module as per the + instructions here http://sourceforge.net/cvs/?group_id=56976 3. Building (if required) ----------- ! a. Unix, Windows, Linux, from the command prompt type : ! ant build |