diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..aee2a95 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# art-inkscape + +This repository contains Inkscape files with art to be included in other +projects. + +## Usage + +CMake is used to provide a build directory. + +``` +cmake -Bbuild -GNinja +``` + +Ninja executes the build inside the build folder. + +``` +ninja -C build +``` + +The results are placed inside the `build` folder. |