You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jc...@locus.apache.org on 2000/12/13 02:43:52 UTC

cvs commit: jakarta-velocity README.txt

jcastura    00/12/12 17:43:52

  Modified:    .        README.txt
  Log:
  edits.
  
  Revision  Changes    Path
  1.2       +11 -4     jakarta-velocity/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	2000/09/30 17:03:08	1.1
  +++ README.txt	2000/12/13 01:43:52	1.2
  @@ -16,18 +16,25 @@
   examples/   This is where the examples live.
   src/        This is where all of the source code to Velocity lives.
   
  +REQUIREMENTS
  +------------
  +
  +The Java 2 SDK is required to build Velocity.
  +
   BUILDING VELOCITY
   -----------------
   
  -In order to get started with Velocity, you must build it first. 
  +In order to get started with Velocity, you must first build it. To do so, cd into the 
  +build/ directory and execute the platform-specific build script.
   
  -To build Velocity, simply cd into the build/ directory and type:
  -
   Unix:
   ./build-velocity.sh
   
   Win32:
  -.\build-velocity.bat
  +build-velocity.bat
  +
  +This will create a bin/ directory containing the Velocity .jar file. Be sure to
  +update your classpath to include Velocity's .jar file.
   
   TRYING THE EXAMPLE
   ------------------