diff --git a/README.md b/README.md index 4d48fb6..8a715d9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,17 @@ repository; you may generate the script by issuing the following command: You may then see `./configure --help` for more information. +## Building +If `configure` is not available, see the section "Configuring" above. + + +``` + $ ./configure # see --help for optional arguments + $ make # build + $ make check # run test cases +``` + + ## Documentation Compiled documentation for the latest release is available via our GitLab mirror, which uses the same build pipeline as we do on our internal GitLab diff --git a/configure.ac b/configure.ac index ea178f1..a382f2b 100644 --- a/configure.ac +++ b/configure.ac @@ -83,3 +83,6 @@ AC_CONFIG_FILES([bin/server], [chmod +x bin/server]) AC_OUTPUT + +AC_MSG_NOTICE([You may now invoke \`make' to build.]) +