Page 1 of 1

Installing on Raspberry Pi5

Posted: Wed Mar 13, 2024 10:49 pm
by RSrole
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

Re: Installing on Raspberry Pi5

Posted: Wed Mar 13, 2024 11:00 pm
by User_Russian

Re: Installing on Raspberry Pi5

Posted: Wed Mar 13, 2024 11:02 pm
by mk-soft
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

Re: Installing on Raspberry Pi5

Posted: Wed Mar 13, 2024 11:18 pm
by RSrole
That was it!

Thanks