mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 10:46:03 -04:00
Add vcpkg installation instructions
This commit is contained in:
parent
ec887cf05e
commit
453af330d4
15
README.md
15
README.md
@ -128,6 +128,21 @@ git submodule init
|
|||||||
git submodule update
|
git submodule update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installing SQLiteCpp (vcpkg)
|
||||||
|
|
||||||
|
Alternatively, you can build and install SQLiteCpp using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
|
||||||
|
|
||||||
|
```bash or powershell
|
||||||
|
git clone https://github.com/Microsoft/vcpkg.git
|
||||||
|
cd vcpkg
|
||||||
|
./bootstrap-vcpkg.sh
|
||||||
|
./vcpkg integrate install
|
||||||
|
./vcpkg install sqlitecpp
|
||||||
|
```
|
||||||
|
|
||||||
|
The SQLiteCpp 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.
|
||||||
|
|
||||||
|
|
||||||
#### Using SQLiteCpp on a system-wide installation
|
#### Using SQLiteCpp on a system-wide installation
|
||||||
|
|
||||||
If you installed this package to your system, a `SQLiteCppConfig.cmake` file will be generated & installed to your system.
|
If you installed this package to your system, a `SQLiteCppConfig.cmake` file will be generated & installed to your system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user