Installing
-
3. Downloading Vala Compiler Source
Download Vala Compiler Source Code for Ubuntu GNU/Linux
-
4. Extracting Vala Compiler
Then Extract Vala Compiler into /tmp Directory
If it does Not Open automatically then Double-Click/Right-Click to Open with Archive Manager:
Or from Command Line:tar xvf ~/Downloads/vala*.tar.xz -C /tmp/
Finally, if you are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
-
5. Installing Vala Compiler
Then to Install Vala Compiler in Ubuntu
First, access the target Directory:cd /tmp/vala*
Then configure it with:
./configure
Again make and install it with:
make && sudo make install
Finally, to load the Vala Libraries path run:
sudo ldconfig /usr/local/lib
Contents