corrected in the doxy the address of the svn server

This commit is contained in:
Paolo Cignoni 2013-04-28 21:25:47 +00:00
parent a52a4d0ad3
commit 81b21cdaa8
1 changed files with 3 additions and 4 deletions

View File

@ -1,18 +1,17 @@
/** \page install /** \page install
Installation and folder structure Installation and folder structure
================ ================
VCG Lib uses a SVN repository. To get the right subset of the svn trunk in the devel folder you should issue the following svn command: VCG Lib uses a SVN repository. To get the right subset of the svn trunk in the devel folder you should issue the following svn command:
svn co https://vcg.svn.sourceforge.net/svnroot/vcg/trunk/vcglib vcglib svn checkout svn://svn.code.sf.net/p/vcg/code/trunk/vcglib vcglib
Windows users with tortoisesvn (http://www.tortoisesvn.net) installed should Windows users with tortoisesvn (http://www.tortoisesvn.net) installed should
1. create a folder named vcglib. 1. create a folder named vcglib.
2. right-click in the newly created vcglib folder and choose SVN Checkout 2. right-click in the newly created vcglib folder and choose SVN Checkout
3. put in the first parameter: https://vcg.svn.sourceforge.net/svnroot/vcg/trunk/vcglib 3. put in the first parameter: https://svn.code.sf.net/p/vcg/code/trunk/vcglib
4. press ok and wait, it should start to check out the last revision of the whole tree. 4. press ok and wait, it should start to check out the last revision of the whole tree.
Folder Structure Folder Structure