From 687af591b8677cf495535f882d26365e6300e10e Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Wed, 7 Mar 2012 15:57:33 +0100 Subject: [PATCH] github URL in documentation; title updated. --- docs/manual-de.docbook | 12 +++++------- docs/manual.docbook | 18 ++++++++---------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/docs/manual-de.docbook b/docs/manual-de.docbook index 26278d9..e51c2de 100644 --- a/docs/manual-de.docbook +++ b/docs/manual-de.docbook @@ -5,7 +5,7 @@ CapiSuite"> ]> -CapiSuite 0.5.cvs +CapiSuite 0.5.git @@ -383,9 +383,11 @@ make install ausgegeben wird. Hier finden Sie Optionen zum ändern des Installationsverzeichnisses. - Installation aus dem Subversion-Repository + Installation aus dem Subversion-Repository Wenn Sie ganz innovativ sein und immer die neuesten Features testen wollen, - können Sie sich die aktuellen Sorucen von &cs; aus dem Repository holen. + können Sie sich die aktuellen Sorucen von &cs;von github holen: + + git clone https://github.com/larsimmisch/capisuite.git Dies wird nicht empfohlen, wenn Sie nicht die neuesten Features testen oder bei der Entwicklung von &cs; helfen wollen! Die Entwicklungsversionen können OK sein, @@ -403,10 +405,6 @@ make install können, finden Sie im Download-Bereich auf der &cs;-Homepage unter . - Wenn Sie die Sourcen in ein Verzeichnis ausgecheckt haben, machen Sie bitte ein - make -f Makefile.cvs - - Jetzt können Sie ganz normal mit der Installation weiter machen wie im beschrieben. diff --git a/docs/manual.docbook b/docs/manual.docbook index 0c7c10b..144ab02 100644 --- a/docs/manual.docbook +++ b/docs/manual.docbook @@ -5,7 +5,7 @@ CapiSuite"> ]> -CapiSuite 0.5.cvs +CapiSuite 0.5.git @@ -350,10 +350,16 @@ make install for options to customize the installation directories. - Installation from Subversion + Installation from Git If you want to live on the bleeding edge and always test the newest features, you may also checkout the current sources of &cs; from the repository. + If you want to live on the bleeding edge and always test the + newest features, you can also checkout the current sources of &cs; + from github: + + git clone https://github.com/larsimmisch/capisuite.git + This is not recommended unless you want to test the newest features or want to help in developing &cs;! The development sources may do anything, may not work or not even compile. Do this on your own risk! @@ -365,14 +371,6 @@ make install If you want to build the documentation out of the sources, you'll also need Doxygen and correctly installed Docbook/XML tools. - For instructions on where to find the repository and how to checkout - the sources, please refer to the download section on the &cs; homepage - on . - - After you checked out the sources to some directory, please do - make -f Makefile.cvs - - Now, you can continue with the normal installation process as described in .