Changeset 19949
- Timestamp:
- 04/18/07 11:22:03 (1 year ago)
- Files:
-
- juggler/trunk/INSTALL.html (modified) (3 diffs)
- juggler/trunk/INSTALL.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/INSTALL.html
r19793 r19949 1 1 <html><head> 2 2 <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 8 7 aware that this code represents a work in progress, and if you acquired 9 8 it directly from Subversion rather than using a pre-packaged source code … … 107 106 A collection of makefile stubs written for use with GNU Make and 108 107 intended for simplifying the creation of cross-platform VR Juggler 109 application builds. Version 2.1. 3or newer is needed for building108 application builds. Version 2.1.4 or newer is needed for building 110 109 VR Juggler sample applications.</p></li></ul></div><p>The following are fully optional packages that are primarily of 111 110 interest only to people doing development on the Juggler Suite … … 339 338 <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. 340 339 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 to340 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 342 341 your local Boost installation using the option 343 342 <code class="option">--with-boost</code> unless it is installed 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
