From c136118dcc44a436064767578c9850f7ab5c8bf2 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 25 May 2025 13:59:50 +0200 Subject: [PATCH] README: Mention CMake single/multi-config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e519ba10b..e1848dfd1 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,8 @@ Example commands: Common CMake options include: -D BUILD_SHARED_LIBS=OFF # build static libraries - -D CMAKE_BUILD_TYPE=Release # specify build type + -D CMAKE_BUILD_TYPE=Release # specify build type (single-config) + --config Release # specify build type (multi-config) -D CMAKE_INSTALL_PREFIX=/usr/local # specify the install path -D LIBXML2_WITH_ICONV=OFF # disable iconv -D LIBXML2_WITH_ZLIB=ON # enable zlib