mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
docs: update Windows development setup instructions for vcpkg (#471)
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled
This commit is contained in:
parent
8f7c115b11
commit
8626408e5f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue