Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| building:advanced [2026/05/29 08:33] – created alexxcons | building:advanced [2026/05/29 10:08] (current) – [Use introspection / GtkInspector] alexxcons | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| '' | '' | ||
| + | |||
| + | Pre requirements: | ||
| + | |||
| + | * install package libgirepository1.0-dev | ||
| + | * gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true | ||
| + | |||
| + | Building: | ||
| meson setup --reconfigure -Dintrospection=true build | meson setup --reconfigure -Dintrospection=true build | ||
| meson compile -C build | meson compile -C build | ||
| | | ||
| - | Then you can start '' | + | Then you can start '' |
| + | |||
| + | [[https:// | ||