diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -3,6 +3,16 @@ This repository contains Inkscape files with art to be included in other projects. +## Build dependencies + +The following tools have to be installed to build the full content in all +output formats. + +- [Inkscape][1] +- [CMake][2] +- [Ninja][3] +- [ImageMagick][4] + ## Usage CMake is used to provide a build directory. @@ -18,3 +28,8 @@ ninja -C build ``` The results are placed inside the `build` folder. + +[1]: https://inkscape.org +[2]: https://cmake.org +[3]: https://ninja-build.org +[4]: https://imagemagick.org |