From b25b968316f4c557bbcdf0a8a747cda65243aa47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Ram=C3=ADrez?= Date: Fri, 26 Apr 2024 19:59:42 +0200 Subject: [PATCH] docs: Add Conan Installation steps --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 03e77d90..5600766c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ The task scheduler has been meticulously crafted to conceal complexity, streamli - [Build and Install](#build-and-install) - [Build with Visual Studio](#build-with-visual-studio) - [Install with vcpkg](#install-with-vcpkg) + - [Install with Conan](#install-with-conan) - [Install with MSYS2](#install-with-msys2) - [Quick Start](#quick-start) - [SVG](#svg) @@ -122,6 +123,17 @@ Install the ThorVG package. ./vcpkg install thorvg ``` +### Install with Conan +You can download and install pre-packaged ThorVG using the [Conan](https://conan.io/) package manager. + +Follow the instructions on [this page on how to set up Conan](https://conan.io/downloads). + +Install the ThorVG package: + +``` +conan install --requires="thorvg/[*]" --build=missing +``` + ### Install with MSYS2 You can download and install pre-packaged ThorVG using the [MSYS2](https://www.msys2.org/) package manager.