Sodamhan.com

TL;DR

valac

Vala code compiler. Tutorial: https://wiki.gnome.org/Projects/Vala/Tutorial. More information: https://valadoc.org/.

  • Compile a vala file, with gtk+:

valac path/to/file.vala --pkg gtk+-3.0

  • Display help:

valac --help

  • Display version:

valac --version

This document was created using the contents of the tldr project.