Forum: Mikrocontroller und Digitale Elektronik BBC-Basic für den raspi Compilieren ?


von peter bierbach (Gast)


Lesenswert?

Hallo, guten Tag.
https://www.bbcbasic.co.uk/bbcsdl/
Da gibt  es ein BBC-Basic Open für den Raspi.

Wie wird das denn bitte compiliert damit es startfähig ist auf dem 
Raspi?

Danke.

von Skyper (Gast)


Lesenswert?

RTFM... OMG!

The Linux and Raspberry Pi editions must first be unzipped, and then 
installed according to the instructions in the supplied text file. The 
Windows edition simply needs to be unzipped to a suitable place.

install-rpi.txt -->

Update your Raspberry Pi:

 sudo apt-get update
 sudo apt-get dist-upgrade

Install SDL 2.0:

 sudo apt-get install libsdl2-2.0-0
 sudo apt-get install libsdl2-ttf-2.0-0
 sudo apt-get install libsdl2-net-2.0-0
 sudo apt-get install mesa-utils
 chmod +x bbcsdl
 chmod +x mkicon.sh

Enable the 'experimental' GL Driver (may require a reboot):

 sudo raspi-config
 Advanced Options... GL Driver... GL (Full KMS)... Ok... Finish

To start BBC BASIC:

 ./bbcsdl

To create a desktop shortcut:

 ./mkicon.sh

von peter bierbach (Gast)


Lesenswert?

Danke für die Info.

Werde es nicht machen.

Gruss

Beitrag #6657987 wurde von einem Moderator gelöscht.
Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.