Skip to content

Commit

Permalink
Add section about building for Windows to README
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Nov 30, 2023
1 parent 091b0e3 commit 54433a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Selected `configure` options (see `--help` for more):

On macOS with Homebrew, use `--with-openssl={/usr/local,/opt/homebrew}/opt/[email protected]`

##### Windows

For Windows builds, any recent version of Visual Studio will work. You will need
to pass `-DCMAKE_TOOLCHAIN_FILE="3rdparty/vcpkg/scripts/buildsystems/vcpkg.cmake"`
to the CMake invocation. This will make vcpkg install the proper dependencies for
the build.

#### Usage

On all endpoints, run as `root`:
Expand Down

0 comments on commit 54433a7

Please sign in to comment.