1
0
Fork 0
A template for developing GTK4 applications with Vala, LibAdwaita and Blueprints.
Go to file Use this template
thetek fbfc88aaca chore: add readme 2023-05-01 13:16:18 +02:00
data init 2023-05-01 12:36:16 +02:00
po init 2023-05-01 12:36:16 +02:00
src init 2023-05-01 12:36:16 +02:00
subprojects init 2023-05-01 12:36:16 +02:00
.gitignore init 2023-05-01 12:36:16 +02:00
LICENSE init 2023-05-01 12:36:16 +02:00
README.md chore: add readme 2023-05-01 13:16:18 +02:00
meson.build feat: setup script 2023-05-01 13:05:18 +02:00
setup-template.sh style: improve script comments 2023-05-01 13:09:11 +02:00

README.md

Vala + GTK4 Template

This is a simple template for creating GTK4 applications using Vala, LibAdwaita and Blueprint.

Usage

Edit the file setup-template.sh to include your name, project name and project id. Then, run the script. This will rename everything within the template to your desired values.

Building, Running and Installing

Set up the project build folder (only required once):

$ meson setup build

Build the project:

$ ninja -C build

Run the program:

$ build/src/$PROJECT_NAME

Install the program and resources:

$ sudo ninja -C build install