[Gambas-user] Gambas-3.15 on Raspberry Pi OS

Mike Crean mike.crean at y7mail.com
Mon Apr 12 10:46:18 CEST 2021


For those that like a step by step install of the current stable version of gambas on Raspberry Pi(4) OS see below. INSTALL latest Gambas3 on Raspberry pi(4) OS 2021-01-11  Linux kernel 5.4.83
Run the following commands from the terminal to install the latest stable version of Gambas.
--------------------------------------------------------------------------------------------
If you already have Gambas installed remove it.
===============================================
sudo apt-get --purge remove gambas3
sudo apt-get --yes purge gambas3
sudo apt-get --yes autoremove --purge
sudo apt-get autoclean

To list any remaining packages.

dpkg -l | grep gambas3

Remove the left overs.

sudo apt-get remove --auto-remove gambas3-runtime
sudo apt-get purge gambas3-runtime
=================================================
NOW INSTALL
=================================================

sudo apt-get update

sudo apt-get install git

------------------------------------------------------------------------------------------------------------
The following line is the one used for Ubuntu 19.04 and 19.10 in http://gambas.sourceforge.net/en/main.html#
Help, Compilation & Installation and found toward the bottom of the page.
------------------------------------------------------------------------------------------------------------
sudo apt-get install build-essential g++ automake autoconf libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev libpoppler-private-dev libasound2-dev  libdirectfb-dev libxtst-dev libffi-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgdk-pixbuf2.0-dev linux-libc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev libgsl-dev libncurses5-dev libgmime-2.6-dev llvm-dev libalure-dev libgmp-dev libgtk-3-dev libssl-dev libqt5webkit5-dev postgresql-server-dev-11 libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libqtwebkit-dev libqt5x11extras5-dev

git clone --branch stable --depth=1 https://gitlab.com/gambas/gambas.git gambastable

cd gambastable

./reconf-all && ./configure -C

make

sudo make install

---------------------------------------------------------------------------
That's all. The Gambas3 IDE should run from the terminal by typing "gambas3"
Takes about 40 to 60 minutes to install on a Raspberry Pi 4 with 4gb memory.
---------------------------------------------------------------------------
I have just downloaded the latest Rpi OS 2021-03-04 Linux kernel 5.10.17
will install on Pi4 4gb and see if the same install instructions work.
Post results when done.

Regards
Mike



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210412/7fc56a05/attachment-0001.htm>


More information about the User mailing list