diff options
author | xengineering <me@xengineering.eu> | 2024-11-24 21:04:56 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-24 21:04:56 +0100 |
commit | 25666da52598e9993392835ad87fd3cd2fcd4af4 (patch) | |
tree | b020e4d50aa845c5fed0eae63c51c4f8f254aa86 | |
parent | df902d98161dadc7131b2aa49dd5953a29faadb6 (diff) | |
download | graphics-inkscape-25666da52598e9993392835ad87fd3cd2fcd4af4.tar graphics-inkscape-25666da52598e9993392835ad87fd3cd2fcd4af4.tar.zst graphics-inkscape-25666da52598e9993392835ad87fd3cd2fcd4af4.zip |
Document build dependencies
-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 |