Skip to content

An introductory application for the Vala programming language.

License

Notifications You must be signed in to change notification settings

hunterhines34/vala-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vala-basics

An introductory application for the Vala programming language.

Compiling from source

  1. cd ~
  2. mkdir /tmp/vala-basics && cd vala-basics
  3. git clone https://github.com/hunterhines34/vala-basics && cd vala-basics
  4. valac --pkg gtk+-3.0 Application.vala
  5. ./Application

Running/Installing from cloned directory

  1. cd ~
  2. mkdir /tmp/vala-basics && cd vala-basics
  3. git clone https://github.com/hunterhines34/vala-basics && cd vala-basics
  4. ./Application

About

An introductory application for the Vala programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published