commit | 2be5f8445c606a92d0a31eeaef2b4eff952efb02 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Mar 18 16:31:12 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Mar 18 16:31:12 2015 +0900 |
tree | b3bfb294604049811d9d8d70e7291de9152fc105 | |
parent | 6bdf92e08a60f8a6767597cd062805879ac03598 [diff] |
Fix 'static field should be accessed in a static way' warning Change-Id: I9ea5bb37fa10c915ba39b294812f1c29d291fc09
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