summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index aee2a95..2aee53f 100644
--- a/README.md
+++ b/README.md
@@ -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