Updated README for git instructions.

This commit is contained in:
Lars Immisch 2012-03-07 11:38:45 +01:00
parent c6c51e4daa
commit be4c8bdadb
2 changed files with 7 additions and 7 deletions

14
README
View File

@ -25,16 +25,16 @@ $PREFIX/share/doc/capisuite/manual/index.html. There's also a german
translation of the manual available at http://www.capisuite.de/.
Building capisuite from CVS/SVN
--------------------------------
Building capisuite from Git
---------------------------
mkdir capisuite ; cd capisuite
svn co \
https://h3281.serverkompetenz.net/repos/capisuite/trunk/capisuite .
make -f Makefile.cvs
git clone https://larsimmisch@github.com/larsimmisch/capisuite.git
cd capisuite
make -f Makefile.git
./configure ...options...
make
su -c 'make install'
Please see Makefiel.cvs for other targets which may be usefull for
Please see Makefile.git for other targets which may be useful for
core-developers.