Skip to content
Alberto Fanjul edited this page Jan 29, 2019 · 2 revisions

Welcome to the libgtkcanvas wiki!

Building:

libgtkcanvas depends on gtkgsv:

https://gitlab.com/pwmc/gsvgtk

You may need this dependencies to build it: (install in this order):

you can build with (replace repo url and repo name accordingly):

git clone https://gitlab.com/pwmc/gsvgtk
cd gsvgtk
meson --prefix /usr build
ninja -C build
sudo ninja -C build install

Other dependencies (like gxml should be avaliable on your package manager) if not build as usual with meson:

https://gitlab.gnome.org/GNOME/gxml

Running

After build libgtkcanvas you can run with:

build/demo/gtkcanvas-demo
Clone this wiki locally