Skip to content

Instantly share code, notes, and snippets.

@davidsonfellipe
Created September 25, 2012 14:21
Show Gist options
  • Save davidsonfellipe/3782225 to your computer and use it in GitHub Desktop.
Save davidsonfellipe/3782225 to your computer and use it in GitHub Desktop.
Install SWI Prolog
stable release:
$ git clone git://www.swi-prolog.org/home/pl/git/pl.git
or
development version:
git://www.swi-prolog.org/home/pl/git/pl-devel.git
$ cd pl-devel
$ ./prepare
Update to the latest version:
$ make distclean
$ git pull
$ ./prepare
$ ./build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment