/gnome-app-experiment

Primary LanguageShellGNU General Public License v3.0GPL-3.0

gnome-builder-vala-blueprint-template

This repository is the default Vala template project created by GNOME Builder, with the addition of support for GNOME Blueprint, implemented as outlined in the Blueprint tutorial.

Usage

First ensure you have GNOME Builder installed, as well as meson and ninja.

Install blueprint-compiler:

git clone https://gitlab.gnome.org/jwestman/blueprint-compiler
cd blueprint-compiler
meson _build
ninja -C _build install

Clone this repo and open it in GNOME Builder.