mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
docs: Add Conan Installation steps
This commit is contained in:
parent
7ecd90810d
commit
b25b968316
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue