valac
Vala code compiler. Tutorial: <https://wiki.gnome.org/Projects/Vala/Tutorial>. More information: <https://valadoc.org/>.
Install
- All systems
-
curl cmd.cat/valac.sh
- Debian
-
apt-get install valac
- Ubuntu
-
apt-get install valac
- Alpine
-
apk add vala
- Arch Linux
-
pacman -S vala
- Kali Linux
-
apt-get install valac
- CentOS
-
yum install vala
- Fedora
-
dnf install vala
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install valac
- OS X
-
brew install vala
- Raspbian
-
apt-get install valac
- Dockerfile
- dockerfile.run/valac
- Docker
-
docker run cmd.cat/valac valac
powered by Commando
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 version info:
valac --version
-
Display helper message:
valac --help
© tl;dr; authors and contributors