svn commit: r1927482 - subversion/trunk
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <175354284742.468079.15343034608406755834@svn02-us-east.apache.org> |
Author: rinrab
Date: Sat Jul 26 15:14:07 2025
New Revision: 1927482
Log:
* INSTALL
(Building using CMake): Recommend installing Serf from vcpkg along with
other libraries.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Sat Jul 26 13:15:07 2025 (r1927481)
+++ subversion/trunk/INSTALL Sat Jul 26 15:14:07 2025 (r1927482)
@@ -1239,7 +1239,7 @@ II. INSTALLATION
$ git clone https://github.com/microsoft/vcpkg
$ cd vcpkg && .\bootstrap-vcpkg.bat -disableMetrics
- $ .\vcpkg install apr apr-util expat zlib sqlite3 [any other dependency]
+ $ .\vcpkg install apr apr-util expat zlib sqlite3 serf [any other dependency]
After this is done, vcpkg can be integrated into CMake by passing
the vcpkg toolchain to CMAKE_TOOLCHAIN_FILE option. In order to do