Skip to content

Installing_FiveLinux_On_Ubuntu_and_Mint.

AntonioFS edited this page Mar 13, 2022 · 42 revisions
  • Video explaining how to install FiveLinux if the Harbour language has been installed by compiling it.
  • Detailed installation process:
    • ~$ sudo apt update
    • ~$ sudo apt upgrade
    • ~$ sudo apt update
    • ~$ sudo apt install libgtk2.0-dev
    • ~$ sudo apt install libgtk-3-dev
    • ~$ sudo apt install glade
    • ~$ sudo apt install libglade2-0
    • ~$ sudo apt install libglade2-dev
    • ~$ git clone https://github.com/FiveTechSoft/fivelinux.git
    • ~$ Download and install in the order set out in each '.deb' file within the zip file FiveLinuxLibrariesDEB
    • ~$ sudo apt update
    • ~$ cd fivelinux
    • ~/fivelinux$ make
    • ~/fivelinux$ sudo apt update
    • ~/fivelinux$ cd samples
    • ~/fivelinux/samples$ ./build.sh tutor01
    • image