docs : Installing thorvg using vcpkg

This commit is contained in:
rinechran 2022-11-29 22:37:59 +09:00 committed by Hermet Park
parent dc477e197b
commit 69b342e3e9

View file

@ -35,6 +35,8 @@ ThorVG has the threading mechanism so that it tries to acquire the next scenes w
<br /> <br />
## Contents ## Contents
- [ThorVG](#thorvg)
- [Contents](#contents)
- [Building ThorVG](#building-thorvg) - [Building ThorVG](#building-thorvg)
- [Meson Build](#meson-build) - [Meson Build](#meson-build)
- [Quick Start](#quick-start) - [Quick Start](#quick-start)
@ -45,6 +47,7 @@ ThorVG has the threading mechanism so that it tries to acquire the next scenes w
- [Rive](#rive) - [Rive](#rive)
- [Godot](#godot) - [Godot](#godot)
- [Examples](#examples) - [Examples](#examples)
- [Installing thorvg using vcpkg](#installing-thorvg-using-vcpkg)
- [Documentation](#documentation) - [Documentation](#documentation)
- [Tools](#tools) - [Tools](#tools)
- [ThorVG Viewer](#thorvg-viewer) - [ThorVG Viewer](#thorvg-viewer)
@ -273,6 +276,19 @@ install this package from your OS distribution server. Otherwise, please visit t
[Back to contents](#contents) [Back to contents](#contents)
<br /> <br />
<br /> <br />
## Installing thorvg using vcpkg
You can download and install thorvg using the vcpkg dependency manager
```
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install thorvg
```
## Documentation ## Documentation
ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also found in the [docs](/docs) folder of this repo. ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also found in the [docs](/docs) folder of this repo.