summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.CHANGES2
-rw-r--r--README.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.CHANGES b/README.CHANGES
index a1d2637..26f8c26 100644
--- a/README.CHANGES
+++ b/README.CHANGES
@@ -15,5 +15,5 @@ afterwards.
This make target can be seen in a similar way as the scripts to update the
documentation files from its xml sources. It can be executed immediately
after the new file in the changes-entries directory has been created / merged
-and committed or it can executed later. It should be executed at least before
+and committed or it can be executed later. It should be executed at least before
a release gets tagged.
diff --git a/README.cmake b/README.cmake
index 60fcc42..f262c14 100644
--- a/README.cmake
+++ b/README.cmake
@@ -148,7 +148,7 @@ How to build
included if it is present.
-DNGHTTP2_INCLUDE_DIR=d:/path/to/nghttp2inst/include (which has nghttp2/*.h)
- -DNGHTTP2_LIBRARIES=d:/path/to/nghttp2inst/lib/nghttp2.lib"
+ -DNGHTTP2_LIBRARIES="d:/path/to/nghttp2inst/lib/nghttp2.lib"
These will have to be specified if nghttp2 was installed to a different
directory than httpd.