docs: Add Conan Installation steps

This commit is contained in:
Francisco Ramírez 2024-04-26 19:59:42 +02:00 committed by Hermet Park
parent 7ecd90810d
commit b25b968316

View file

@ -58,6 +58,7 @@ The task scheduler has been meticulously crafted to conceal complexity, streamli
- [Build and Install](#build-and-install) - [Build and Install](#build-and-install)
- [Build with Visual Studio](#build-with-visual-studio) - [Build with Visual Studio](#build-with-visual-studio)
- [Install with vcpkg](#install-with-vcpkg) - [Install with vcpkg](#install-with-vcpkg)
- [Install with Conan](#install-with-conan)
- [Install with MSYS2](#install-with-msys2) - [Install with MSYS2](#install-with-msys2)
- [Quick Start](#quick-start) - [Quick Start](#quick-start)
- [SVG](#svg) - [SVG](#svg)
@ -122,6 +123,17 @@ Install the ThorVG package.
./vcpkg install thorvg ./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 ### Install with MSYS2
You can download and install pre-packaged ThorVG using the [MSYS2](https://www.msys2.org/) package manager. You can download and install pre-packaged ThorVG using the [MSYS2](https://www.msys2.org/) package manager.