Show
Ignore:
Timestamp:
02/02/07 10:37:06 (2 years ago)
Author:
patrick
Message:

Drop support for Visual C++ 7.0. The minimum required compiler version on
Windows is now Visual C++ 7.1 (from .NET 2003).

Approved by: General silence on vrjuggler-devel

Files:

Legend:

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

    r19469 r19793  
    5555 operating systems. We then explain how to get the source code from our 
    5656 Subversion repository. (Those users who downloaded a pre-packaged source 
    57  release can skip ahead to the section called "Using 
    58  configure.pl"). We conclude with instructions on how to build VR 
    59  Juggler and its individual components. 
     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. 
    6060 
    6161 Before reading further, we recommend that readers take a look at the Wiki 
     
    145145 the C++ Standard with Visual Studio 6.0, and it appears that they have no 
    146146 plans to fix these problems. Therefore, we require the use of Visual Studio 
    147  7.x (.NET 2002 or 2003) or newer to compile the source code. 
     147 7.1 (.NET 2003) or newer to compile the source code. 
    148148 
    149149 
     
    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 
    177  the Subversion repository at the time of release. It contains all 
    178  dependencies that would otherwise have been acquired using Subversion. I
    179  does not contain binary dependencies that must be downloaded separately 
    180  (such as NSPR, 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 no
     179 contain binary dependencies that must be downloaded separately (such as 
     180 NSPR, the Java Developer Kit, a C++ compiler, etc.). 
    181181 
    182182 The current list of required software packages is as follows: 
     
    266266 compile and install Boost, refer to its installation documentation (http:// 
    267267 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) to build Boost. 
     268 the command bjam (referred to as "boost-jam" on the Boost download page) to 
     269 build Boost. 
    270270 
    271271 
    272272Important 
    273273 
    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. 
    276276 
    277277 
     
    654654 .m4 files by default, then it is necessary to extend aclocal's search path. 
    655655 This is done by setting the environment variable ACLOCAL_FLAGS to 
    656  "- I .../share/alocal" where "..." is the path to th
    657  directory tree where Flagpoll is installed. 
     656 "-I .../share/alocal" where "..." is the path to the directory tree wher
     657 Flagpoll is installed. 
    658658 
    659659 
     
    687687Using configure.pl 
    688688 
    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 being 
    692  much more detailed): 
     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): 
    693693 
    694694 
     
    718718 various modules, should you need to run one individually. 
    719719 
    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: 
    723722 
    724723 
     
    764763 case. Sonix can make use of Audiere, OpenAL, or AudioWorks to add sound to 
    765764 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. 
    771769 
    772770 For example uses of configure.pl, take a look at the Wiki page relating to 
     
    781779 
    782780 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 are 
    785  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: 
    787785 
    788786