commit | f3d03c5fedd01f03872f8d2bb756cce50556aba3 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Sep 22 09:05:51 2016 +0200 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Sep 23 14:00:42 2016 +0000 |
tree | 139abd4b27a50396c88d397647338c2782ccd53b | |
parent | ce72c19fe3844ccfd8b53e392df39f2ac3153509 [diff] |
Add --traditional option to swipl invocation This allows building with swi-prolog version 7.x which seems to be the only version available for OSX via Homebrew. Change-Id: I879d86e801cba75099abda6ac6698d30738efe75
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
buck build all
To package for Maven into the local ~/.m2/repository
directory:
buck build install
To publish to the gerrit-maven storage bucket:
buck build deploy