Changeset 19793 for juggler/trunk/INSTALL.txt
- Timestamp:
- 02/02/07 10:37:06 (2 years ago)
- Files:
-
- juggler/trunk/INSTALL.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/INSTALL.txt
r19469 r19793 55 55 operating systems. We then explain how to get the source code from our 56 56 Subversion repository. (Those users who downloaded a pre-packaged source 57 release can skip ahead to the section called "Using 58 con figure.pl"). We conclude with instructions on how to build VR59 Juggler and its individualcomponents.57 release can skip ahead to the section called "Using configure.pl"). We 58 conclude with instructions on how to build VR Juggler and its individual 59 components. 60 60 61 61 Before reading further, we recommend that readers take a look at the Wiki … … 145 145 the C++ Standard with Visual Studio 6.0, and it appears that they have no 146 146 plans to fix these problems. Therefore, we require the use of Visual Studio 147 7. x (.NET 2002 or2003) or newer to compile the source code.147 7.1 (.NET 2003) or newer to compile the source code. 148 148 149 149 … … 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 177 the Subversion repository at the time of release. It contains all178 dependencies that would otherwise have been acquired using Subversion. It179 does not contain binary dependencies that must be downloaded separately180 (such asNSPR, the Java Developer Kit, a C++ compiler, etc.).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.). 181 181 182 182 The current list of required software packages is as follows: … … 266 266 compile and install Boost, refer to its installation documentation (http:// 267 267 www.boost.org/more/getting_started.html#Build_Install). Note that you need 268 the command bjam (referred to as "boost-jam" on the Boost 269 download page) tobuild Boost.268 the command bjam (referred to as "boost-jam" on the Boost download page) to 269 build Boost. 270 270 271 271 272 272 Important 273 273 274 Mac OS X users should compile the Boost libraries using the 275 "darwin"toolset.274 Mac OS X users should compile the Boost libraries using the "darwin" 275 toolset. 276 276 277 277 … … 654 654 .m4 files by default, then it is necessary to extend aclocal's search path. 655 655 This is done by setting the environment variable ACLOCAL_FLAGS to 656 "- I .../share/alocal" where "..." is the path to the657 directory tree whereFlagpoll is installed.656 "-I .../share/alocal" where "..." is the path to the directory tree where 657 Flagpoll is installed. 658 658 659 659 … … 687 687 Using configure.pl 688 688 689 In the base juggler source directory, we have a "global" 690 configure script written in Perl called configure.pl. To get the command-691 line options for this script, use one of the following (the second being692 much moredetailed):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): 693 693 694 694 … … 718 718 various modules, should you need to run one individually. 719 719 720 configure.pl can run in a unique "build" directory or in the 721 directory where it resides. Here is how we (the Juggler Team) have been 722 using it: 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: 723 722 724 723 … … 764 763 case. Sonix can make use of Audiere, OpenAL, or AudioWorks to add sound to 765 764 VR Juggler applications. If none of those packages is found, Sonix will 766 "stub out" its sound APIs. This means that Sonix and the VR 767 Juggler Sound Manager can still be used in applications, but no audio will 768 be heard at run time. See the section called "Sonix" for more 769 information about how to configure Sonix to use Audiere, OpenAL, or 770 AudioWorks. 765 "stub out" its sound APIs. This means that Sonix and the VR Juggler Sound 766 Manager can still be used in applications, but no audio will be heard at 767 run time. See the section called "Sonix" for more information about how to 768 configure Sonix to use Audiere, OpenAL, or AudioWorks. 771 769 772 770 For example uses of configure.pl, take a look at the Wiki page relating to … … 781 779 782 780 As noted in the section called "Getting the Source Code and the 783 Dependencies", VR Juggler depends on several external software 784 packages. As an example, consider the case where the Boost libraries are785 installed in /home/user1/pkgs/boost with the headers in /home/user1/pkgs/786 boost/include.To use this installation, run configure.pl as follows:781 Dependencies", VR Juggler depends on several external software packages. As 782 an example, consider the case where the Boost libraries are installed in 783 /home/user1/pkgs/boost with the headers in /home/user1/pkgs/boost/include. 784 To use this installation, run configure.pl as follows: 787 785 788 786
