Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Oct 10, 2024
1 parent d37c7eb commit 18a8726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
[![Windows-Linux-CI](https://github.com/simdjson/simdjson-vcpkg/actions/workflows/ci.yml/badge.svg)](https://github.com/simdjson/simdjson-vcpkg/actions/workflows/ci.yml)

This project builds a simple executable that
depends on simdjson, under Windows.
depends on simdjson, under Windows and Linux.

After installing vcpkg and installing
simdjson through it (e.g., `vcpkg install simdjson:x64-windows`), you can build with CMake using a couple of command lines.
simdjson through it (e.g., `vcpkg install simdjson:x64-windows` or simply `vcpkg install simdjson`), you can build with CMake using a couple of command lines.

You need to pass the location of your `vcpkg/scripts/buildsystems/vcpkg.cmake` file to CMake:

Expand Down

0 comments on commit 18a8726

Please sign in to comment.