vcpkg
Daniel Lemire edited this page Jul 8, 2020
·
1 revision
Clone this wiki locally
Usage (Using vcpkg
on Windows, Linux and macOS)
vcpkg users on Windows, Linux and macOS can download and install simdjson
with one single command from their favorite shell.
On 64-bit Linux and macOS:
$ ./vcpkg install simdjson
will build and install simdjson
as a static library.
On Windows (64-bit):
.\vcpkg.exe install simdjson:x64-windows
will build and install simdjson
as a shared library.
.\vcpkg.exe install simdjson:x64-windows-static
will build and install simdjson
as a static library.
These commands will also print out instructions on how to use the library from MSBuild or CMake-based projects.
If you find the version of simdjson
shipped with vcpkg
is out-of-date, feel free to report it to
vcpkg
community either by submitting an issue or by creating a PR.