summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-01-18 14:06:03 +0000
committerJeff Trawick <trawick@apache.org>2014-01-18 14:06:03 +0000
commit37e202690ba6d1e3188f955af671c10ddd534b63 (patch)
tree9e984a93880108f1fa087c063f00dfdfa1e3e216 /README.cmake
parent885e5359bf60d7bdc061d94d817e73f2df0014fb (diff)
downloadapr-37e202690ba6d1e3188f955af671c10ddd534b63.tar.gz
mention generators expected to work, tweak todos
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1559345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake
index 60e0f4bea..cf8b88173 100644
--- a/README.cmake
+++ b/README.cmake
@@ -121,6 +121,18 @@ How to build
6. build using chosen backend (e.g., "nmake install")
+Tested generators
+-----------------
+
+1. NMake Makefiles
+
+This has been tested successfully with the following:
+
+* Visual Studio 2008 64-bit (requires KB948127 hot fix)
+* Visual Studio 2012 64-bit
+
+2. Visual Studio 11 (Visual Studio 2012 project files)
+
Known Bugs and Limitations
--------------------------
@@ -144,9 +156,8 @@ Known Bugs and Limitations
. APU_HAVE_NSS
+ APU_HAVE_ICONV
* Static builds of APR modules are not supported.
-* Support static *or* shared build of Expat.
-* APR-CHANGES.txt, APR-LICENSE.txt, and APR-NOTICE.txt are not installed,
- though perhaps that is a job for a higher-level script.
+* XML implementation (i.e., Expat or libxml2) could support static XML impl
+ with apr-2.lib.
Generally: