docs: update Windows development setup instructions for vcpkg (#471)
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled

This commit is contained in:
rumtid 2025-03-05 16:15:00 +08:00 committed by GitHub
parent 8f7c115b11
commit 8626408e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
* vcpkg (it is recommended to update to the latest version)
# Example of the install command:
$ ./vcpkg.exe install curl[core,openssl]:x64-windows
Note: Dependencies will be automatically downloaded and compiled when building VS projects.
* Python 3.7
* [wix](https://github.com/wixtoolset/wix3/releases/tag/wix3111rtm)