Changeset 19949 for juggler/trunk/INSTALL.txt
- Timestamp:
- 04/18/07 11:22:03 (2 years ago)
- Files:
-
- juggler/trunk/INSTALL.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/INSTALL.txt
r19793 r19949 1 1 2 2 3 Building and Installing the Juggler Project (Version 2. 1/2.2)3 Building and Installing the Juggler Project (Version 2.3) 4 4 5 5 … … 44 44 Introduction 45 45 46 You have downloaded the source code for Version 2. 1of the Juggler Project.47 This is the code that will become VR Juggler 2. 2, and it is the code that48 is used to create the VR juggler 2. 2pre-releases. Please be aware that46 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 49 49 this code represents a work in progress, and if you acquired it directly 50 50 from Subversion rather than using a pre-packaged source code snapshot, the … … 174 174 source code: from a pre-packaged source release archive or from the 175 175 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 dependencies178 that would otherwise have been acquired using Subversion. It does not179 contain binary dependencies that must be downloaded separately (such as180 NSPR, the JavaDeveloper 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.). 181 181 182 182 The current list of required software packages is as follows: … … 214 214 * Doozer (http://sourceforge.net/projects/doozer): A collection of makefile 215 215 stubs written for use with GNU Make and intended for simplifying the 216 creation of cross-platform VR Juggler application builds. Version 2.1. 3216 creation of cross-platform VR Juggler application builds. Version 2.1.4 217 217 or newer is needed for building VR Juggler sample applications. 218 218 … … 688 688 689 689 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): 693 692 694 693 … … 718 717 various modules, should you need to run one individually. 719 718 720 configure.pl can run in a unique "build" directory or in the directory 721 whereit 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: 722 721 723 722 … … 742 741 743 742 744 ../configure.pl --prefix=$HOME/vrjuggler-2. 2--with-java-orb=JDK743 ../configure.pl --prefix=$HOME/vrjuggler-2.4 --with-java-orb=JDK 745 744 746 745
