Changeset 19199
- Timestamp:
- 08/13/06 09:26:45 (2 years ago)
- Files:
-
- juggler/branches/2.0/doc/INSTALL.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/doc/INSTALL.xml
r19197 r19199 22 22 Project from the source code. We begin by explaining some issues related 23 23 to specific operating systems. We then explain how to get the source 24 code from our CVS repository. (Those users who downloaded a pre-packaged25 source release can skip ahead to <xref linkend="using.configure.pl" />).26 We conclude with instructions on how to build VR Juggler and its27 individual components.</para>24 code from our Subversion repository. (Those users who downloaded a 25 pre-packaged source release can skip ahead to <xref 26 linkend="using.configure.pl" />). We conclude with instructions on how 27 to build VR Juggler and its individual components.</para> 28 28 29 29 <para>Before reading further, we recommend that readers take a look at 30 the Wiki page relating to building from CVS(<ulink31 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFrom Cvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>).30 the Wiki page relating to building from source (<ulink 31 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 32 32 It is a <emphasis>supplement</emphasis> to this document containing tips 33 and reminders for those users building the CVSversion of VR Juggler. It33 and reminders for those users building the SVN version of VR Juggler. It 34 34 is not a replacement for this document, nor can it stand on its own as 35 35 build instructions. You are reading the definitive build instructions; … … 139 139 code and the dependencies required to build Juggler. There are two ways 140 140 to get the source code: from a pre-packaged source release archive or 141 from the CVS repository on SourceForge. If you got the code from a142 pre-packaged source archive, that code is a complete143 <quote>snapshot</quote> of the CVS repository at the time of release. It144 contains all dependencies that would otherwise have been acquired using145 CVS. It <emphasis>does not</emphasis> contain binary dependencies that146 must be downloaded separately (such as NSPR, the Java Developer Kit, a147 C++ compiler, etc.).</para>141 from the Subversion repository on RealityForge. If you got the code from 142 a pre-packaged source archive, that code is a complete 143 <quote>snapshot</quote> of the Subversion repository at the time of 144 release. It contains all dependencies that would otherwise have been 145 acquired using Subversion. It <emphasis>does not</emphasis> contain 146 binary dependencies that must be downloaded separately (such as NSPR, 147 the Java Developer Kit, a C++ compiler, etc.).</para> 148 148 149 149 <para>The current list of <emphasis>required</emphasis> software … … 220 220 use of extensions to CppUnit. An extended version of the CppUnit 221 221 source that includes these extensions can be acquired from the 222 Juggler CVS repository in the module <literal>cppunit</literal>. 223 Refer to <xref linkend="section.cvs.access" /> for instructions 224 about accessing the Juggler CVS repository.</para> 222 Juggler Subversion repository in the module 223 <literal>cppunit</literal>. Refer to <xref 224 linkend="section.cvs.access" /> for instructions about accessing 225 the Juggler Subversion repository.</para> 225 226 </listitem> 226 227 </itemizedlist> … … 250 251 <title>Downloading Third-Party Dependencies</title> 251 252 252 <para>In addition to source the dependencies acquired through CVS,253 there are some third-party dependencies that must be installed254 separately. Remember that no Java code in VR Juggler can be used255 without the JDK and a working Java version of CORBA.</para>253 <para>In addition to source the dependencies acquired through 254 Subversion, there are some third-party dependencies that must be 255 installed separately. Remember that no Java code in VR Juggler can be 256 used without the JDK and a working Java version of CORBA.</para> 256 257 257 258 <section> … … 360 361 may not be stable, and it may not even compile. Compiling VR Juggler 361 362 itself can be a little complicated for anyone who does not have some 362 background in using CVS, Autoconf, C++, and <command>make</command>363 or Visual Studio.</para>363 background in using Subversion, Autoconf, C++, and 364 <command>make</command> or Visual Studio.</para> 364 365 </section> 365 366 … … 916 917 917 918 <para>For example uses of <command>configure.pl</command>, take 918 a look at the Wiki page relating to building from CVS (<ulink 919 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>). 919 a look at the Wiki page relating to building from source 920 (<ulink 921 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 920 922 It is not a replacement for this document, but it shows how 921 923 some members of the Juggler team configure VR Juggler. It also … … 977 979 tools in the Juggler Suite are compiled correctly. For the most part, 978 980 this duplicates information that can be found on the Wiki page 979 relating to building from CVS(<ulink980 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFrom Cvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>).</para>981 relating to building from source (<ulink 982 url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>).</para> 981 983 982 984 <section id="sonix.compile.section">
