From 81b21cdaa8f9e347611b004080c7f9778965a3c1 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 28 Apr 2013 21:25:47 +0000 Subject: [PATCH] corrected in the doxy the address of the svn server --- docs/Doxygen/install.dxy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/Doxygen/install.dxy b/docs/Doxygen/install.dxy index 330aa1e9..dec91bcc 100644 --- a/docs/Doxygen/install.dxy +++ b/docs/Doxygen/install.dxy @@ -1,18 +1,17 @@ -/** \page install +/** \page install 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: - 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 1. create a folder named vcglib. 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. Folder Structure