add GIT instructions.
This commit is contained in:
parent
d0de8a9f7d
commit
495ff55868
19
GIT
Normal file
19
GIT
Normal 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
|
||||
|
Reference in New Issue
Block a user