Changeset 19197
- Timestamp:
- 08/13/06 09:10:47 (2 years ago)
- Files:
-
- juggler/branches/2.0/doc/INSTALL.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/doc/INSTALL.xml
r18951 r19197 129 129 Studio 6.0, and it appears that they have no plans to fix these 130 130 problems. Therefore, we require the use of Visual Studio 7.x (.NET 131 2002 or 2003) to compile the source code.</para>131 2002 or 2003) or newer to compile the source code.</para> 132 132 </section> 133 133 </section> … … 235 235 236 236 <section id="section.cvs.access"> 237 <title>How to Get the Juggler Suite from CVS</title>237 <title>How to Get the Juggler Suite from Subversion</title> 238 238 239 239 <para>You can optionally get the Juggler Project as a source code 240 240 tarball from the website (<ulink 241 241 url="http://www.vrjuggler.org/">http://www.vrjuggler.org/</ulink>) or 242 you can execute the following command sfrom a shell to get the code243 from our CVSrepository:</para>244 245 <screen> cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler login246 cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler co juggler</screen>242 you can execute the following command from a shell to get the code 243 from our Subversion repository:</para> 244 245 <screen>svn co https://realityforge.vrsource.org/svn/vrjuggler/juggler/branches/2.0 juggler 246 </screen> 247 247 </section> 248 248
