Raspberry BASIC

Author Topic: FreeBasic RPi Install  (Read 5376 times)

John Spikowski

  • BASIC Developer
  • ***
  • Posts: 234
    • View Profile
    • ScriptBasic
FreeBasic RPi Install
« 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
ScriptBasic Project Manager/Facilitator

AIR

  • BASIC Developer
  • *
  • Posts: 16
  • Code Jockey
    • View Profile
Re: FreeBasic RPi Install
« Reply #1 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.

John Spikowski

  • BASIC Developer
  • ***
  • Posts: 234
    • View Profile
    • ScriptBasic
Re: FreeBasic RPi Install
« Reply #2 on: December 15, 2019, 06:00:52 AM »
I'm going to try and build ScriptBasic on Ubuntu 64 for the RPi 4B.
ScriptBasic Project Manager/Facilitator