commit | 33a19c01587467c4d27a1982370bba41626a9edb | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri Mar 06 16:52:05 2015 -0800 |
committer | Shawn Pearce <sop@google.com> | Mon Mar 09 14:19:36 2015 -0700 |
tree | fef868190394d0ad4884cfeb38b15c05dbb1ff44 | |
parent | efc053c1a5b36daa25c8a41d6860c4482cd673d7 [diff] |
Disable all features by default Force callers to specifically enable required features before running Prolog that needs to do file IO (e.g. pl2am or am2j) or observe runtime statistics (consult in cafeteria). Change-Id: Ifa24702806c7bf3425a0f5b497bf2c84f874d61f
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