I bought a RPi5 and am running Raspberry Pi OS. I followed the instructions in the Install text file and got things into logical folders (I hope). But when I double click on purebasic (the Ide I hope) nothing happens. I'm an absolute newbie to RPi and Linux so I'm out of ideas. Any help is appreciated.
TIA
Russ
Installing on Raspberry Pi5
-
- Addict
- Posts: 1582
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: Installing on Raspberry Pi5
You can find the latest installation instructions here.
Simple install of PureBasic ...
Have you also installed the developer package?
Without the 'libwebkit2gtk-4.0-dev' the IDE will not start because the webkit is required.
The ide is located in the compiler subfolder and is called with 'purebasic'
I hope that you used the Linux unpacker and did not unpack with Windows first.
Correct PB version for Raspberry Arm64 For Linux for Arm64
Simple install of PureBasic ...
Have you also installed the developer package?
Without the 'libwebkit2gtk-4.0-dev' the IDE will not start because the webkit is required.
The ide is located in the compiler subfolder and is called with 'purebasic'
I hope that you used the Linux unpacker and did not unpack with Windows first.
Correct PB version for Raspberry Arm64 For Linux for Arm64
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: Installing on Raspberry Pi5
That was it!
Thanks
Thanks