This repositories uses many GIT
submodules. This
cause the common fork and clone not to work. Instead, clone from
https://github.com/SWI-Prolog/swipl-devel.git and next associate your
clone with your fork (replace me
with your github user name).
git clone https://github.com/SWI-Prolog/swipl-devel.git
cd swipl-devel
git submodule update --init
git remote add myfork [email protected]:me/swipl-devel.git
See How to submit a patch for details.
See CMAKE.md and Build SWI-Prolog from source
Please find the up-to-date information on SWI-Prolog at http://www.swi-prolog.org.
Documentation is available from several locations and in several formats.
-
Paper format can be ordered as print on demand and is available as PDF from the download page.
-
Several tutorials can be accessed from the Tutorials menu on the home page
-
A HTML version of the documentation is in the
doc/Manual
directory of the installation. Note that some packagers put this documentation elsewhere or require it to be installed seperately.
You can also install the website locally to use its richness if you are offline. It is available from https://github.com/SWI-Prolog/plweb.