BBC-Basic für den raspi Compilieren ?

Gast #6657737
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
Beitrag #6657987 wurde von einem Moderator gelöscht.

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren