]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
winbuild: add the deprecation warning to the README
authorJay Satiro <raysatiro@yahoo.com>
Fri, 4 Apr 2025 07:50:15 +0000 (03:50 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 5 Apr 2025 18:51:00 +0000 (14:51 -0400)
- Mention in README.md and INSTALL-CMAKE.md that the winbuild build
  system is going to be removed in September 2025.

Closes https://github.com/curl/curl/pull/16957

docs/INSTALL-CMAKE.md
winbuild/README.md

index 850937aa151961b2e2510f2a5a1e4b1d3e7bbd5b..afc0a758ff7d30bec39fb27aba4658d183804211 100644 (file)
@@ -511,8 +511,9 @@ and therefore ignore the value of `CMAKE_BUILD_TYPE`.
 
 # Migrating from winbuild builds
 
-We recommend CMake to build curl with MSVC. The winbuild build method is
-deprecated and may be dropped in a future release.
+We recommend CMake to build curl with MSVC. The winbuild build system is
+deprecated and is going to be removed in September 2025 in favor of the CMake
+build system.
 
 In CMake you can customize the path of dependencies by passing the absolute
 header path and the full path of the library via `*_INCLUDE_DIR` and
index e20598879ab4d0b0ff4738612b69fe35dfebc584..3667587a0d8a8701e3e1b1ead5ed55f5e51dafbb 100644 (file)
@@ -4,6 +4,13 @@ Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 SPDX-License-Identifier: curl\r
 -->\r
 \r
+# Deprecation warning\r
+\r
+ This winbuild build system is deprecated and is going to be removed in\r
+ September 2025 in favor of the CMake build system.\r
+\r
+ Please see docs/INSTALL-CMAKE.md : "Migrating from winbuild builds"\r
+\r
 # Building curl with Visual C++\r
 \r
  This document describes how to compile, build and install curl and libcurl\r