Search found 4 matches
- Sun Nov 22, 2020 11:41 pm
- Forum: Basilisk II
- Topic: Build Basilisk from source on Raspberry Pi
- Replies: 6
- Views: 2770
Re: Build Basilisk from source on Raspberry Pi
I didn't know about that source, I used the github/cebix/macemu one in the first post. Is it safe to assume I can cleanup up and start over just by deleting the directory tree? Since posting the above, I've continued looking into it on the 32-bit OS. There were errors related to missing gtx+-2.0, so...
- Sun Nov 22, 2020 4:49 am
- Forum: Basilisk II
- Topic: Build Basilisk from source on Raspberry Pi
- Replies: 6
- Views: 2770
Re: Build Basilisk from source on Raspberry Pi
My Raspberry Pi card with BasiliskII died, and I'm trying to rebuild it (twice) without success. - On a 32-bit version of Buster with GUI, after following your steps; I'm told there isn't an executable to run from the command line; I've checked closely for typos and don't see any (Except that I had ...
- Tue Jan 28, 2020 12:14 am
- Forum: Basilisk II
- Topic: Running Basilisk II on Linux without Xorg
- Replies: 23
- Views: 19245
Re: Running Basilisk II on Linux without Xorg
Oops! An ADD glitch from trying to do too much at once, sorry. Thanks for pointing it out. I did go a step further and replicated the install onto a Pi with GUI, proving that it works. In addition, it has three advantages, at least for me: 1. You can actually see the warning (and other) messages, 2....
- Mon Jan 27, 2020 6:36 am
- Forum: Basilisk II
- Topic: Running Basilisk II on Linux without Xorg
- Replies: 23
- Views: 19245
Re: Running Basilisk II on Linux without Xorg
Thanks for this, I encountered a few errors installing onto a newly imaged card using Buster lite. Here is what worked, restricted to getting Basilisk ready: sudo apt install automake git libsdl2-dev git clone https://github.com/cebix.macemu NO_CONFIGURE=1 ./autogen.sh ./configure --enable-sdl-video...