Skip to content
denys-duchier edited this page Sep 2, 2011 · 5 revisions

Welcome to the gecode for yap-6.3 wiki!

This repository is dedicated to the maintenance and further development of the simplified Gecode bindings for Yap prolog. The official development branch of Yap-6.3 is git://yap.git.sourceforge.net/gitroot/yap/yap-6.3. Both this and the official repository are mutually merged regularly.

To install, first get the official branch:

git clone git://yap.git.sourceforge.net/gitroot/yap/yap-6.3

OR, this development branch:

git clone [email protected]:denys-duchier/yap-6.3.git

Then:

cd yap-6.3
git submodule init
git submodule update
mkdir .build
cd .build
../configure
make
make install

Examples:

Clone this wiki locally