I’m trying to install Xojo on Raspberry Pi OS Bookworm, and the executable file included in the tar.gz file always fails to install. Is there a way to fix this using a AppImage?
Xojo itself is compiled for Linux X64. It will not run on Raspberry Pi. You can however compile your applications for the target Raspberry Pi.
Incorrect according to this: Xojo IDE on Pi: A Game-Changer in Embedded Development – Xojo Programming Blog
1 Like
It would be helpful to know what errors you are getting.
make sure you are installing all of the prerequisites though. Xojo will not run without them.
yep… missed that post.
1 Like
Is it possible to run the x86_64 Windows version using Wine?
Why go through all that? ![]()
I have Xojo running just fine on my RPI 4
Download the .deb for ARM_64 (Installer for 64-bit Debian-based Linux distributions (arm64)
3 Likes
I managed to do it.