Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 623 Bytes

Canvas Demo

Testing and Developing the new Canvas Tech for Akira and Spice-Up


Generate Docs

valadoc -o docs goocanvas-2.0.vapi --pkg gio-2.0 --pkg gtk+-3.0 --pkg goocanvas-2.0 --force

Build the App

Run meson build to configure the build environment and then change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with com.github.akiraux.interactive-goocanvas

sudo ninja install
com.github.akiraux.interactive-goocanvas