| 1 | 
 i-scream Util Package README | 
 
 
 
 
 
 | 2 | 
 ============================ | 
 
 
 
 
 
 | 3 | 
  | 
 
 
 
 
 
 | 4 | 
 Compiling | 
 
 
 
 
 
 | 5 | 
 --------- | 
 
 
 
 
 
 | 6 | 
  | 
 
 
 
 
 
 | 7 | 
 To compile the i-scream Util package simply do the following :- | 
 
 
 
 
 
 | 8 | 
  | 
 
 
 
 
 
 | 9 | 
 ./configure | 
 
 
 
 
 
 | 10 | 
 make | 
 
 
 
 
 
 | 11 | 
  | 
 
 
 
 
 
 | 12 | 
 This will leave you with a distribution archive in the build | 
 
 
 
 
 
 | 13 | 
 directory. Alternatively you can just take the jar file out of the | 
 
 
 
 
 
 | 14 | 
 build directory and use that. | 
 
 
 
 
 
 | 15 | 
  | 
 
 
 
 
 
 | 16 | 
 Makefile | 
 
 
 
 
 
 | 17 | 
 ======== | 
 
 
 
 
 
 | 18 | 
 The following targets are available; | 
 
 
 
 
 
 | 19 | 
  | 
 
 
 
 
 
 | 20 | 
 build | 
 
 
 
 
 
 | 21 | 
  | 
 
 
 
 
 
 | 22 | 
   Compile the util package. Generates the JAR file for the final | 
 
 
 
 
 
 | 23 | 
   package. | 
 
 
 
 
 
 | 24 | 
  | 
 
 
 
 
 
 | 25 | 
 clean | 
 
 
 
 
 
 | 26 | 
  | 
 
 
 
 
 
 | 27 | 
   Cleans all compiled code, and javadoc pages. | 
 
 
 
 
 
 | 28 | 
  | 
 
 
 
 
 
 | 29 | 
 distclean | 
 
 
 
 
 
 | 30 | 
  | 
 
 
 
 
 
 | 31 | 
   Also cleans files left by configure, including the libraries. | 
 
 
 
 
 
 | 32 | 
  | 
 
 
 
 
 
 | 33 | 
 dist | 
 
 
 
 
 
 | 34 | 
  | 
 
 
 
 
 
 | 35 | 
   Builds a full distribution of the util package. | 
 
 
 
 
 
 | 36 | 
     make dist dest=/tmp | 
 
 
 
 
 
 | 37 | 
  | 
 
 
 
 
 
 | 38 | 
 dist-bin | 
 
 
 
 
 
 | 39 | 
  | 
 
 
 
 
 
 | 40 | 
   Builds a binary distribution of the util package. | 
 
 
 
 
 
 | 41 | 
     make dist dest=/tmp | 
 
 
 
 
 
 | 42 | 
  | 
 
 
 
 
 
 | 43 | 
 javadoc | 
 
 
 
 
 
 | 44 | 
  | 
 
 
 
 
 
 | 45 | 
   Builds all the javadoc pages in the `doc' directory. | 
 
 
 
 
 
 | 46 | 
  | 
 
 
 
 
 
 | 47 | 
 src | 
 
 
 
 
 
 | 48 | 
  | 
 
 
 
 
 
 | 49 | 
   Copies the whole src tree in to the `build/src' directory. |