diff options
author | Adam Chlipala <adam@chlipala.net> | 2018-01-06 10:40:15 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2018-01-06 10:40:15 -0500 |
commit | 1c9b94a22036cec4e3d0430ca2991eefc8198350 (patch) | |
tree | 0bef82a3af03498527cb049db659c22cd8deb3a3 | |
parent | 150df2983e01c5b4a5c561115471c3be5738bc84 (diff) |
README: explain need to run autogen.sh (closes #93)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ wget http://localhost:8080/Hello/main -O - # Simple Installation -The normal UNIX-style build and installation procedure works (where the `make` program needs to be GNU Make). +The normal UNIX-style build and installation procedure works (where the `make` program needs to be GNU Make, and where `./autogen.sh` must be run first only if starting from a Git checkout rather than a release tarball). ```sh ./configure |