Skip to content

Installing_FiveLinux_On_Ubuntu_and_Mint.

AntonioFS edited this page Mar 9, 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
    • Option 1: if the Harbour language has been installed by compiling it:
      • ~$ cd fivelinux
      • ~/fivelinux$ make
      • ~/fivelinux$ sudo apt update
      • ~/fivelinux$ cd samples
      • ~/fivelinux/samples$ ./build.sh tutor01
      • image
    • Option 2: if the Harbour language was installed via '.deb' file:
      • (The next under construction. NOT YET USED!).
        • ~$ cd fivelinux

        • ~/fivelinux$ mv Makefile MakefileSOURCE

        • ~/fivelinux$ mv MakefileDEB Makefile

        • ~/fivelinux$ make

        • ~/fivelinux$ sudo apt install gpm

        • ~/fivelinux$ sudo apt update

        • ~/fivelinux$ cd samples

        • ~/fivelinux/samples$ mv build.sh buildSOURCE.sh

        • ~/fivelinux/samples$ mv buildDEB.sh build.sh