Changeset 19196
- Timestamp:
- 08/13/06 09:08:53 (2 years ago)
- Files:
-
- juggler/trunk/doc/INSTALL.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/doc/INSTALL.xml
r19195 r19196 137 137 Studio 6.0, and it appears that they have no plans to fix these 138 138 problems. Therefore, we require the use of Visual Studio 7.x (.NET 139 2002 or 2003) to compile the source code.</para>139 2002 or 2003) or newer to compile the source code.</para> 140 140 </section> 141 141 </section> … … 273 273 274 274 <section id="section.cvs.access"> 275 <title>How to Get the Juggler Suite from CVS</title>275 <title>How to Get the Juggler Suite from Subversion</title> 276 276 277 277 <para>You can optionally get the Juggler Project as a source code 278 278 tarball from the website (<ulink 279 279 url="http://www.vrjuggler.org/">http://www.vrjuggler.org/</ulink>) or 280 you can execute the following command sfrom a shell to get the code281 from our CVSrepository:</para>282 283 <screen> cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler login284 cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler co juggler</screen>280 you can execute the following command from a shell to get the code 281 from our Subversion repository:</para> 282 283 <screen>svn co https://realityforge.vrsource.org/svn/vrjuggler/juggler/trunk juggler 284 </screen> 285 285 </section> 286 286
