vala
Vala code runner. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <https://valadoc.org/>.
Install
- All systems
-
curl cmd.cat/vala.sh
- Debian
-
apt-get install vala - Ubuntu
-
apt-get install vala -
Alpine
-
apk add vala - Arch Linux
-
pacman -S vala - Kali Linux
-
apt-get install vala - CentOS
-
yum install vala - Fedora
-
dnf install vala - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install vala - OS X
-
brew install vala - Raspbian
-
apt-get install vala - Docker
-
docker run cmd.cat/vala valapowered by Commando
Vala code runner. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <https://valadoc.org/>.
-
Run a vala file, with gtk+:
vala path/to/file.vala --pkg gtk+-3.0 -
Display version info:
vala --version -
Display helper message:
vala --help
© tl;dr; authors and contributors