summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index e184fab8a..9e4872888 100644
--- a/README.cmake
+++ b/README.cmake
@@ -135,3 +135,12 @@ Known Bugs and Limitations
* No script or other mechanism is provided to run the test suite.
* CHANGES/LICENSE/NOTICE is not installed, unlike Makefile.win.
* test/internal/testucs is not built.
+
+Generally:
+
+* Many APR features have not been tested with this build.
+* Developers need to examine the existing Windows build in great detail and see
+ what is missing from the cmake-based build, whether a feature or some build
+ nuance.
+* Any feedback you can provide on your experiences with this build will be
+ helpful.