Raspberry BASIC

Raspberry BASIC => Compilers => FreeBasic => Topic started by: John Spikowski on December 15, 2019, 01:19:34 AM

Title: FreeBasic RPi Install
Post by: John Spikowski on December 15, 2019, 01:19:34 AM
Here is the install instructions for installing FreeBasic on the Raspberry Pi.

Quote
wget http://users.freebasic-portal.de/stw/builds/linux-armv7a-hf-debian/freebasic.deb
wget http://users.freebasic-portal.de/stw/builds/freebasic-headers.deb
sudo dpkg -i freebasic.deb
sudo dpkg -i freebasic-headers.deb
apt-get update
apt-get install -f
Title: Re: FreeBasic RPi Install
Post by: AIR on December 15, 2019, 05:46:12 AM
I managed to compile this from the bootstrap source on my RPI4 running Ubuntu 64bit, omitting the graphics lib for now since I run headless.

Playing around with it, I'll let you know how it goes...

AIR.
Title: Re: FreeBasic RPi Install
Post by: John Spikowski on December 15, 2019, 06:00:52 AM
I'm going to try and build ScriptBasic on Ubuntu 64 for the RPi 4B.