Skip to content

Commit 07b2445

Browse files
authored
Merge pull request #366 from FrankXie05/vcpkg-instructions
Add vcpkg installation instructions
2 parents ec887cf + 453af33 commit 07b2445

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,21 @@ git submodule init
128128
git submodule update
129129
```
130130

131+
### Installing SQLiteCpp (vcpkg)
132+
133+
Alternatively, you can build and install SQLiteCpp using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
134+
135+
```bash or powershell
136+
git clone https://github.com/Microsoft/vcpkg.git
137+
cd vcpkg
138+
./bootstrap-vcpkg.sh
139+
./vcpkg integrate install
140+
./vcpkg install sqlitecpp
141+
```
142+
143+
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.
144+
145+
131146
#### Using SQLiteCpp on a system-wide installation
132147

133148
If you installed this package to your system, a `SQLiteCppConfig.cmake` file will be generated & installed to your system.

0 commit comments

Comments
 (0)