Update installation

antao 2022-04-29 15:47:21 +08:00
parent 0dee67d055
commit 184a83d9ff
2 changed files with 2 additions and 0 deletions

@ -268,6 +268,7 @@ __如果你尚未安装vckpg:__
- zlib : `vcpkg install zlib` 或者 `vcpkg install zlib:x64-windows` for 64-Bit - zlib : `vcpkg install zlib` 或者 `vcpkg install zlib:x64-windows` for 64-Bit
- 检查已经正确安装: - 检查已经正确安装:
- `vcpkg list` - `vcpkg list`
- 需要运行`vcpkg install drogon[ctl]`(32 bit)或者`vcpkg install drogon[ctl]:x64-windows`(64 bit)以包含drogon_ctl。更多的安装特性选项请运行`vcpkg search drogon`查看。
6. 添加 __*drogon_ctl*__ 命令和依赖到环境变量 __*path*__: 6. 添加 __*drogon_ctl*__ 命令和依赖到环境变量 __*path*__:
``` ```
C:\Dev\vcpkg\installed\x64-windows\tools\drogon C:\Dev\vcpkg\installed\x64-windows\tools\drogon

@ -268,6 +268,7 @@ __if you haven't install vcpkg:__
- zlib : `vcpkg install zlib` or `vcpkg install zlib:x64-windows` for 64-Bit - zlib : `vcpkg install zlib` or `vcpkg install zlib:x64-windows` for 64-Bit
- to check what already installed: - to check what already installed:
- `vcpkg list` - `vcpkg list`
- To get drogon_ctl, one has to execute command `vcpkg install drogon[ctl]` for 32 bit or `vcpkg install drogon[ctl]:x64-windows` for 64 bit. Please run `vcpkg search drogon` for more feature option details.
6. To add __*drogon_ctl*__ command and dependencies, you need to add some variables. By following this guide, you just need to add: 6. To add __*drogon_ctl*__ command and dependencies, you need to add some variables. By following this guide, you just need to add:
``` ```