From fd5e612cda6852fc79e082eb285c59420a9b748f Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Mon, 23 Sep 2024 20:59:05 +0200 Subject: [PATCH] Update vcpkg section of README.md Don't advertise the connector ports. (Legacy.) Indicate that a database feature must be selected. --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 53acf388..b3c38069 100644 --- a/README.md +++ b/README.md @@ -194,22 +194,17 @@ Some connectors can be installed with the formula. See `brew info marvin182/zapf __Build via vcpkg:__ You can download and install sqlpp11 using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: - + ```bash git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install -vcpkg install sqlpp11 +vcpkg install sqlpp11[] ``` - + The sqlpp11 port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. -The following connector libraries for sqlpp11 are maintained as a separate package in vcpkg: - - * [sqlpp11-connector-sqlite3](https://github.com/microsoft/vcpkg/tree/master/ports/sqlpp11-connector-sqlite3) - * [sqlpp11-connector-mysql](https://github.com/microsoft/vcpkg/tree/master/ports/sqlpp11-connector-mysql) - Basic usage: ------------- __Use with cmake__: