Step-by-step – Vala Compiler Source Installation in Fedora

January 22, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 3. Downloading Vala Compiler Source

    Download Vala Compiler Source Code for Fedora GNU/Linux

    Get Vala Compiler Source tar.xz for Fedora
  2. 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:

    Vala Compiler Fedora Linux Installation Guide - Extracting
    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.

  3. 5. Installing Vala Compiler

    Then to Install Vala Compiler in Fedora
    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


QuickChic Theme • Powered by WordPress