diff options
| author | Olaf van der Spek <olafvdspek@gmail.com> | 2017-01-19 14:36:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-19 14:36:45 +0100 |
| commit | d4c63a8a5c9744a1a0bd14b14075b4f4664032bc (patch) | |
| tree | 7ffea74e180a3778e4249c51a73d26614af923e7 /docs | |
| parent | 8ab6e6dfd6b307e87e9dcaea06b65d2ebf195737 (diff) | |
| download | vcpkg-d4c63a8a5c9744a1a0bd14b14075b4f4664032bc.tar.gz vcpkg-d4c63a8a5c9744a1a0bd14b14075b4f4664032bc.zip | |
Replace cpprest by sqlite3
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/EXAMPLES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index 7862ba354..6302dab07 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -64,7 +64,7 @@ Package sqlite3:x86-windows is installed ``` In addition to installing, `vcpkg` caches a pristine copy of the built library inside the `packages\` directory -- in this case, `packages\sqlite3_x86-windows`. This allows you to quickly uninstall and reinstall the library in the future using the `remove` and `install` commands. -We can check that cpprestsdk was successfully installed for x86 windows desktop by running the `list` command. +We can check that sqlite3 was successfully installed for x86 windows desktop by running the `list` command. ``` PS D:\src\vcpkg> .\vcpkg list sqlite3:x86-windows 3.15.0 SQLite is a software library that implements a se... @@ -72,7 +72,7 @@ sqlite3:x86-windows 3.15.0 SQLite is a software library that i To install for other architectures and platforms such as Universal Windows Platform or x64 Desktop, you can suffix the package name with `:<target>`. ``` -PS D:\src\vcpkg> .\vcpkg install cpprestsdk:x86-uwp zlib:x64-windows +PS D:\src\vcpkg> .\vcpkg install sqlite3:x86-uwp zlib:x64-windows ``` See `vcpkg help triplet` for all supported targets. |
