From effab958449ea54b07ba71a9075720fdfdaf0267 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Nov 2024 18:05:52 +0100 Subject: Add README.md with usage instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md 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. -- cgit v1.2.3-70-g09d2