HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vala — Vala code runner. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandvalatutorialclicoderunner

Problem

How to use the vala command: Vala code runner. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <https://docs.vala.dev/index.html>.

Solution

vala — Vala code runner. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <https://docs.vala.dev/index.html>.

Run a vala file, with gtk+:
vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}


Display help:
vala --help


Display version:
vala --version

Code Snippets

Run a vala file, with gtk+

vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}

Display help

vala --help

Display version

vala --version

Context

tldr-pages: common/vala

Revisions (0)

No revisions yet.