summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-11-14 14:56:29 +0000
committerJeff Trawick <trawick@apache.org>2013-11-14 14:56:29 +0000
commitb8ecefc41c6973246964d1d3784ebd698df63143 (patch)
tree63d81b9b24d3f0c4088519bbe2ad5492c94e5af2 /README.cmake
parent6c8aff78f1c2918a64615be87060f85c8fc1f48d (diff)
downloadhttpd-b8ecefc41c6973246964d1d3784ebd698df63143.tar.gz
cmake build support for Windows is now in the 2.4.x branch; remove support for building that branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1541922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.cmake b/README.cmake
index f67f698da6..3f1e72ada4 100644
--- a/README.cmake
+++ b/README.cmake
@@ -15,12 +15,6 @@ This build support is experimental. Specifically,
release to release as feedback is received from users and bugs and
limitations are resolved.
-This can be used with Apache httpd 2.4.x by copying the following files from
-httpd trunk (in Subversion) into the 2.4.x source tree:
-
-* CMakeLists.txt
-* build/cpR_noreplace.pl
-
Important: Refer to the "Known Bugs and Limitations" section for further
information.
@@ -45,7 +39,7 @@ The following tools must be in PATH:
The following support libraries are mandatory:
* APR, built with cmake
- + Either APR 2.0-dev (trunk) or APR 1.4.x and APR-Util 1.5.x.
+ + Either APR 2.0-dev (trunk) or APR 1.5.x and APR-Util 1.5.x.
+ When building APR (but not APR-Util), specify the build option
APR_INSTALL_PRIVATE_H so that non-standard files required for building
Apache httpd are installed.
@@ -133,7 +127,7 @@ How to build
For NMake Makefiles the choices are at least DEBUG, RELEASE,
RELWITHDEBINFO, and MINSIZEREL
- Other backends make have other selections.
+ Other backends may have other selections.
ENABLE_foo: