mirror of
https://github.com/curl/curl.git
synced 2026-07-30 00:58:06 +03:00
winbuild: add the deprecation warning to the README
- 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
This commit is contained in:
parent
72f9133311
commit
023cc8d595
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue