Changeset 19949

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

Regen.

Files:

Legend:

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

    r19793 r19949  
    11<html><head> 
    22      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
    3    <title>Building and Installing the Juggler Project (Version 2.1/2.2)</title><link rel="stylesheet" href="base_style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Building and Installing the Juggler Project (Version 
    4       2.1/2.2)</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="othername">The Juggler Team</span></h3></div></div></div><div><p class="pubdate">$Date$</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#d0e15">Introduction</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e32">Important Notes for IRIX Users</a></span></dt><dt><span class="section"><a href="#d0e116">Important Note for Windows Users</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e124">Build Tools</a></span></dt><dt><span class="section"><a href="#source.code.section">Getting the Source Code and the Dependencies</a></span></dt><dd><dl><dt><span class="section"><a href="#section.cvs.access">How to Get the Juggler Suite from Subversion</a></span></dt><dt><span class="section"><a href="#d0e250">Downloading Third-Party Dependencies</a></span></dt></dl></dd><dt><span class="section"><a href="#compile.section">Compiling</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e332">Important Note Regarding Compiling</a></span></dt><dt><span class="section"><a href="#d0e343">Compiling the Juggler Suite of Tools</a></span></dt><dt><span class="section"><a href="#compile.individual.section">Tips for Compiling Individual Tools in the Juggler 
    5          Suite</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e15"></a>Introduction</h2></div></div></div><p>You have downloaded the source code for Version 2.1 of the Juggler 
    6       Project. This is the code that will become VR Juggler 2.2, and it is the 
    7       code that is used to create the VR juggler 2.2 pre-releases. Please be 
     3   <title>Building and Installing the Juggler Project (Version 2.3)</title><link rel="stylesheet" href="base_style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Building and Installing the Juggler Project (Version 2.3)</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="othername">The Juggler Team</span></h3></div></div></div><div><p class="pubdate">$Date$</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#d0e15">Introduction</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e32">Important Notes for IRIX Users</a></span></dt><dt><span class="section"><a href="#d0e116">Important Note for Windows Users</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e124">Build Tools</a></span></dt><dt><span class="section"><a href="#source.code.section">Getting the Source Code and the Dependencies</a></span></dt><dd><dl><dt><span class="section"><a href="#section.cvs.access">How to Get the Juggler Suite from Subversion</a></span></dt><dt><span class="section"><a href="#d0e250">Downloading Third-Party Dependencies</a></span></dt></dl></dd><dt><span class="section"><a href="#compile.section">Compiling</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e332">Important Note Regarding Compiling</a></span></dt><dt><span class="section"><a href="#d0e343">Compiling the Juggler Suite of Tools</a></span></dt><dt><span class="section"><a href="#compile.individual.section">Tips for Compiling Individual Tools in the Juggler 
     4         Suite</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e15"></a>Introduction</h2></div></div></div><p>You have downloaded the source code for Version 2.3 of the Juggler 
     5      Project. This is the code that will become VR Juggler 2.4, and it is the 
     6      code that is used to create the VR juggler 2.4 pre-releases. Please be 
    87      aware that this code represents a work in progress, and if you acquired 
    98      it directly from Subversion rather than using a pre-packaged source code 
     
    107106            A collection of makefile stubs written for use with GNU Make and 
    108107            intended for simplifying the creation of cross-platform VR Juggler 
    109             application builds. Version 2.1.3 or newer is needed for building 
     108            application builds. Version 2.1.4 or newer is needed for building 
    110109            VR Juggler sample applications.</p></li></ul></div><p>The following are fully optional packages that are primarily of 
    111110      interest only to people doing development on the Juggler Suite 
     
    339338                     <code class="filename">build.solaris.nspr</code>, etc.</p></li><li><p>Enter the new build directory.</p><pre class="screen">cd build.linux.posix</pre></li><li><p>Configure all the modules making up VR Juggler. 
    340339                     This is when you must tell the module configure scripts 
    341                      where all the package dependencies are found.</p><pre class="screen">../configure.pl --prefix=$HOME/vrjuggler-2.2 --with-java-orb=JDK</pre><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>You will probably have to specify the path to 
     340                     where all the package dependencies are found.</p><pre class="screen">../configure.pl --prefix=$HOME/vrjuggler-2.4 --with-java-orb=JDK</pre><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>You will probably have to specify the path to 
    342341                        your local Boost installation using the option 
    343342                        <code class="option">--with-boost</code> unless it is installed 
  • 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