Changeset 19198
- Timestamp:
- 08/13/06 09:22:41 (2 years ago)
- Files:
-
- juggler/trunk/doc/INSTALL.xml (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/doc/INSTALL.xml
r19196 r19198 23 23 code that is used to create the VR juggler 2.2 pre-releases. Please be 24 24 aware that this code represents a work in progress, and if you acquired 25 it directly from CVSrather than using a pre-packaged source code25 it directly from Subversion rather than using a pre-packaged source code 26 26 snapshot, the code may have bugs affecting compilation and 27 27 execution.</para> … … 30 30 Project from the source code. We begin by explaining some issues related 31 31 to specific operating systems. We then explain how to get the source 32 code from our CVS repository. (Those users who downloaded a pre-packaged33 source release can skip ahead to <xref linkend="using.configure.pl" />).34 We conclude with instructions on how to build VR Juggler and its35 individual components.</para>32 code from our Subversion repository. (Those users who downloaded a 33 pre-packaged source release can skip ahead to <xref 34 linkend="using.configure.pl" />). We conclude with instructions on how 35 to build VR Juggler and its individual components.</para> 36 36 37 37 <para>Before reading further, we recommend that readers take a look at 38 the Wiki page relating to building from CVS(<ulink39 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFrom Cvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>).38 the Wiki page relating to building from source (<ulink 39 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 40 40 It is a <emphasis>supplement</emphasis> to this document containing tips 41 and reminders for those users building the CVSversion of VR Juggler. It41 and reminders for those users building the SVN version of VR Juggler. It 42 42 is not a replacement for this document, nor can it stand on its own as 43 43 build instructions. You are reading the definitive build instructions; … … 177 177 code and the dependencies required to build Juggler. There are two ways 178 178 to get the source code: from a pre-packaged source release archive or 179 from the CVS repository on SourceForge. If you got the code from a180 pre-packaged source archive, that code is a complete181 <quote>snapshot</quote> of the CVS repository at the time of release. It182 contains all dependencies that would otherwise have been acquired using183 CVS. It <emphasis>does not</emphasis> contain binary dependencies that184 must be downloaded separately (such as NSPR, the Java Developer Kit, a185 C++ compiler, etc.).</para>179 from the Subversion repository on RealityForge. If you got the code from 180 a pre-packaged source archive, that code is a complete 181 <quote>snapshot</quote> of the Subversion repository at the time of 182 release. It contains all dependencies that would otherwise have been 183 acquired using Subversion. It <emphasis>does not</emphasis> contain 184 binary dependencies that must be downloaded separately (such as NSPR, 185 the Java Developer Kit, a C++ compiler, etc.).</para> 186 186 187 187 <para>The current list of <emphasis>required</emphasis> software … … 258 258 use of extensions to CppUnit. An extended version of the CppUnit 259 259 source that includes these extensions can be acquired from the 260 Juggler CVS repository in the module <literal>cppunit</literal>. 261 Refer to <xref linkend="section.cvs.access" /> for instructions 262 about accessing the Juggler CVS repository.</para> 260 Juggler Subversion repository in the module 261 <literal>cppunit</literal>. Refer to <xref 262 linkend="section.cvs.access" /> for instructions about accessing 263 the Juggler Subversion repository.</para> 263 264 </listitem> 264 265 </itemizedlist> … … 288 289 <title>Downloading Third-Party Dependencies</title> 289 290 290 <para>In addition to source the dependencies acquired through CVS,291 there are some third-party dependencies that must be installed292 separately. Remember that no Java code in VR Juggler can be used293 without the JDK and a working Java version of CORBA.</para>291 <para>In addition to source the dependencies acquired through 292 Subversion, there are some third-party dependencies that must be 293 installed separately. Remember that no Java code in VR Juggler can be 294 used without the JDK and a working Java version of CORBA.</para> 294 295 295 296 <section> … … 398 399 may not be stable, and it may not even compile. Compiling VR Juggler 399 400 itself can be a little complicated for anyone who does not have some 400 background in using CVS, Autoconf, C++, and <command>make</command>401 or Visual Studio.</para>401 background in using Subversion, Autoconf, C++, and 402 <command>make</command> or Visual Studio.</para> 402 403 </section> 403 404 … … 966 967 967 968 <para>For example uses of <command>configure.pl</command>, take 968 a look at the Wiki page relating to building from CVS (<ulink 969 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>). 969 a look at the Wiki page relating to building from source 970 (<ulink 971 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 970 972 It is not a replacement for this document, but it shows how 971 973 some members of the Juggler team configure VR Juggler. It also … … 1027 1029 tools in the Juggler Suite are compiled correctly. For the most part, 1028 1030 this duplicates information that can be found on the Wiki page 1029 relating to building from CVS(<ulink1030 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFrom Cvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>).</para>1031 relating to building from source (<ulink 1032 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>).</para> 1031 1033 1032 1034 <section id="sonix.compile.section">
