doc: add instruction how to install with Conan (#4432)
Update the README file with instructions on how to install libuv through the Conan package manager. Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
parent
36f0789d83
commit
6621fe045a
12
README.md
12
README.md
@ -232,6 +232,18 @@ $ ./bootstrap-vcpkg.sh # for bash
|
||||
$ ./vcpkg install libuv
|
||||
```
|
||||
|
||||
### Install with Conan
|
||||
|
||||
You can install pre-built binaries for libuv or build it from source using [Conan](https://conan.io/). Use the following command:
|
||||
|
||||
```bash
|
||||
conan install --requires="libuv/[*]" --build=missing
|
||||
```
|
||||
|
||||
The libuv Conan recipe is kept up to date by Conan maintainers and community contributors.
|
||||
If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository.
|
||||
|
||||
|
||||
### Running tests
|
||||
|
||||
Some tests are timing sensitive. Relaxing test timeouts may be necessary
|
||||
|
||||
Loading…
Reference in New Issue
Block a user