8

I'm looking into learn the Vala programming language where can I find somewhere to show me how to install it on my Mac?

3 Answers3

16

Another way to install it is using Homebrew.

brew install vala

The advantage of Homebrew over Macports is that it tries to rely as much on what is provided by the native OS as possible without installing any additional duplicate libraries.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
D R
  • 21,936
  • 38
  • 112
  • 149
3

A good way to install it is to use MacPorts. MacPorts gives you access to Vala and many of the libraries often used with Vala.

ptomato
  • 56,175
  • 13
  • 112
  • 165
1

I'd start with MonoDevelop and it's installation instructions. There's a Vala plug-in for it.

Robert S.
  • 25,266
  • 14
  • 84
  • 116