Skip to content

Instantly share code, notes, and snippets.

@oscarryz
Last active October 19, 2017 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarryz/8d4d1d3855bbfe8e00e2d3d0cac7d742 to your computer and use it in GitHub Desktop.
Save oscarryz/8d4d1d3855bbfe8e00e2d3d0cac7d742 to your computer and use it in GitHub Desktop.

Additions to: https://blog.sebastian-daschner.com/entries/maybe_keyword_in_java

Before make all a configuration has be to set.

run: bash configure

It will suggest how to get missing dependencies.

Then run make all

If there are errors an attempt could be done by running configure with --disable-warnings-as-errors flag.

More info in $SOURCE/common/doc/building.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment