Show
Ignore:
Timestamp:
04/18/07 11:22:03 (2 years ago)
Author:
patrick
Message:

Regen.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/INSTALL.txt

    r19793 r19949  
    11 
    22 
    3 Building and Installing the Juggler Project (Version 2.1/2.2
     3Building and Installing the Juggler Project (Version 2.3
    44 
    55 
     
    4444Introduction 
    4545 
    46  You have downloaded the source code for Version 2.1 of the Juggler Project. 
    47  This is the code that will become VR Juggler 2.2, and it is the code that 
    48  is used to create the VR juggler 2.2 pre-releases. Please be aware that 
     46 You have downloaded the source code for Version 2.3 of the Juggler Project. 
     47 This is the code that will become VR Juggler 2.4, and it is the code that 
     48 is used to create the VR juggler 2.4 pre-releases. Please be aware that 
    4949 this code represents a work in progress, and if you acquired it directly 
    5050 from Subversion rather than using a pre-packaged source code snapshot, the 
     
    174174 source code: from a pre-packaged source release archive or from the 
    175175 Subversion repository on RealityForge. If you got the code from a pre- 
    176  packaged source archive, that code is a complete "snapshot" of the 
    177  Subversion repository at the time of release. It contains all dependencies 
    178  that would otherwise have been acquired using Subversion. It does not 
    179  contain binary dependencies that must be downloaded separately (such as 
    180  NSPR, the Java Developer Kit, a C++ compiler, etc.). 
     176 packaged source archive, that code is a complete "snapshot" of the Subversion 
     177 repository at the time of release. It contains all dependencies that would 
     178 otherwise have been acquired using Subversion. It does not contain binary 
     179 dependencies that must be downloaded separately (such as NSPR, the Java 
     180 Developer Kit, a C++ compiler, etc.). 
    181181 
    182182 The current list of required software packages is as follows: 
     
    214214*  Doozer (http://sourceforge.net/projects/doozer): A collection of makefile 
    215215   stubs written for use with GNU Make and intended for simplifying the 
    216    creation of cross-platform VR Juggler application builds. Version 2.1.3 
     216   creation of cross-platform VR Juggler application builds. Version 2.1.4 
    217217   or newer is needed for building VR Juggler sample applications. 
    218218 
     
    688688 
    689689 In the base juggler source directory, we have a "global" configure script 
    690  written in Perl called configure.pl. To get the command-line options for 
    691  this script, use one of the following (the second being much more 
    692  detailed): 
     690 written in Perl called configure.pl. To get the command- line options for 
     691 this script, use one of the following (the second being much more detailed): 
    693692 
    694693 
     
    718717 various modules, should you need to run one individually. 
    719718 
    720  configure.pl can run in a unique "build" directory or in the directory 
    721  where it resides. Here is how we (the Juggler Team) have been using it: 
     719 configure.pl can run in a unique "build" directory or in the directory where 
     720 it resides. Here is how we (the Juggler Team) have been using it: 
    722721 
    723722 
     
    742741 
    743742 
    744        ../configure.pl --prefix=$HOME/vrjuggler-2.2 --with-java-orb=JDK 
     743       ../configure.pl --prefix=$HOME/vrjuggler-2.4 --with-java-orb=JDK 
    745744 
    746745