This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/GIT

20 lines
525 B
Plaintext
Raw Normal View History

2009-02-16 12:16:07 +00:00
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 git://prolog.cs.vu.nl/home/pl/git/chr.git packages/chr
2009-03-10 18:08:37 +00:00
git submodule add git://prolog.cs.vu.nl/home/pl/git/clpqr.git packages/clpqr
2009-02-16 12:16:07 +00:00
./configure