docs: add vcpkg instruction step (#3747)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
This commit is contained in:
parent
39f9189f34
commit
1279a20c03
@ -220,6 +220,15 @@ Make sure that you specify the architecture you wish to build for in the
|
|||||||
"ARCHS" flag. You can specify more than one by delimiting with a space
|
"ARCHS" flag. You can specify more than one by delimiting with a space
|
||||||
(e.g. "x86_64 i386").
|
(e.g. "x86_64 i386").
|
||||||
|
|
||||||
|
### Install with vcpkg
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git clone https://github.com/microsoft/vcpkg.git
|
||||||
|
$ ./bootstrap-vcpkg.bat # for powershell
|
||||||
|
$ ./bootstrap-vcpkg.sh # for bash
|
||||||
|
$ ./vcpkg install libuv
|
||||||
|
```
|
||||||
|
|
||||||
### Running tests
|
### Running tests
|
||||||
|
|
||||||
Some tests are timing sensitive. Relaxing test timeouts may be necessary
|
Some tests are timing sensitive. Relaxing test timeouts may be necessary
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user