Regardless of the installation, all build results (symbols, executable) are generated in the builddir folder in thorvg. Some results such as examples

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-29 08:30:03

Regardless of the installation, all build results (symbols, executable) are generated in the builddir folder in thorvg. Some results such as examples won't be installed, you can check More examples section to see how to change it. ​ Note that some systems might include ThorVG package as a default component. In that case, you can skip this manual installation.

If you want to create Visual Studio project files, use the command --backend=vs. The resulting solution file (thorvg.sln) will be located in the build folder.

Download and execute the MSYS2 installer on the web page above and follow the steps. When done, just launch one of the terminals in the start menu, according to the architecture and compiler you want (either 32 or 64 bits, with MSVCRT or UCRT library). Then you can install the ThorVG package :

ThorVG renders vector shapes to a given canvas buffer. The following is a quick start to show you how to use the essential APIs.

Leave a Comment