Skip to content
Gambas Logo

Gambas.One

For fellow Gambasers

  • Home
  • Forum
  • Tips & Tricks
    • Snippets
  • Classes
  • Programming books
    • A book by Gerry Buzolic
    • The GaP-BG Project
  • Distro support
  • Resources
  • Toggle search form

Install Gambas on Arch Linux ARM

Posted on January 3, 2017April 6, 2025 By jornmo

Whilst Arch Linux offers Gambas in it’s repositories, Arch Linux Arm (ALA from now on) does not. About two years ago I wrote a how-to in the GambasWiki on how to create your own packages for ALA, and thought I should perhaps also re-post it here:

Gambas 3

Compilation from source

Getting the PKGBUILD script

First of all you need a machine running traditional Arch Linux. Bring up a terminal and type:

$ sudo pacman -S abs
$ sudo abs community/gambas3

If everything went fine, you should now see something like:

==> Starting ABS sync...
receiving file list ... done
community/
community/gambas3/
community/gambas3/PKGBUILD
community/gambas3/gambas3-runtime.install
community/gambas3/gambas3-script.install

Modifying the PKGBUILD script

Now browse to ´/var/abs/community/gambas3´ and open the PKGBUILD file in a text editor of your choosing. Find the line that says:

arch=('i686' 'x86_64')

and change it to say:

arch=('armv6h')

Running the PKGBUILD script

Save the PKGBUILD file and copy the three files in the current folder over to a new folder in the home directory on your Raspbery Pi. Install the dependencies listed on the Arch Linux wiki site. From a terminal, cd in to that new folder you just made and run ´$ makepkg´. This will download Gambas source files, compile them (can take the whole day) and create a bunch of Gambas 3 packages that you can now install on your Raspberry Pi with:

$ sudo pacman -U *.xz

or just those you prefer with

$ sudo pacman -U package_name_of_your_choosing.tar.xz
Distro support, Tips&Tricks Tags:arch-linux-arm

Post navigation

Previous Post: Install Gambas on Puppy Linux
Next Post: The Gambas Playground is back and on Gambas.One

Search

January 2017
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031  
« Oct   Jan »

About

Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic™.

Gambas.ONE is a community site for Gambas fans. Welcome to just read up and learn, or to get involved and write and share your Gambas know-how with the rest of us. Also be sure to check out the forums.

Enjoy!

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2025 Gambas.One.

Powered by PressBook WordPress theme