Skip to content

Commit

Permalink
docs: update Windows development setup instructions for vcpkg (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
rumtid authored Mar 5, 2025
1 parent 8f7c115 commit 8626408
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions manual/develop/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,9 @@ The following setups are required for building and packaging Sync Client on Wind
* Qt WebChannel
* Qt WebEngine
* Qt VS Tools
* vcpkg
* curl\[openssl\]:x64-windows
* getopt:x64-windows
* glib:x64-windows
* jansson:x64-windows
* libevent:x64-windows
* libwebsockets:x64-windows
* openssl:x64-windows
* pthreads:x64-windows
* sqlite3:x64-windows
* zlib:x64-windows
* argon2:x64-windows

# Example of the install command:
$ ./vcpkg.exe install curl[core,openssl]:x64-windows
* vcpkg (it is recommended to update to the latest version)

Note: Dependencies will be automatically downloaded and compiled when building VS projects.

* Python 3.7
* [wix](https://github.com/wixtoolset/wix3/releases/tag/wix3111rtm)
Expand Down

0 comments on commit 8626408

Please sign in to comment.