add GIT instructions.

This commit is contained in:
Vitor Santos Costa 2009-02-16 12:16:07 +00:00
parent d0de8a9f7d
commit 495ff55868

19
GIT Normal file
View File

@ -0,0 +1,19 @@
You need at least git-1.6 to install the development version.
Please proceed as follows for the main branch:
git clone git://gitorious.org/yap-git/mainline.git yap
cd yap
./configure
Please proceed as follows for the development branch:
git clone git://gitorious.org/yap-git/mainline.git yap
cd yap
git branch --track devel origin/devel
git checkout devel
# git submodule add vsc@software.imdea.org:/srv/git/research/prolog-commons.git prolog-commons
git submodule add git://prolog.cs.vu.nl/home/pl/git/chr.git packages/chr
./configure