From 6621fe045a6585b09daeaa568563f0741b75d004 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Thu, 11 Jul 2024 21:08:48 +0200 Subject: [PATCH] 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 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 09e9bf10b6d..12c3061a894 100644 --- a/README.md +++ b/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