swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
91 stars 26 forks source link

Linux file doesn't run on Raspberry Pi #214

Closed leecollings closed 11 months ago

leecollings commented 1 year ago

After downloading the .run file (designated for Linux), when trying to run it on my Raspberry Pi, the system doesn't know what to do with it, and is asking for an application to open the file.

What application should I use to run it?

ltoenning commented 1 year ago

Normally you can run it from the terminal by setting the executable bit and launching the run file.

BUT: Raspberry Pi uses an ARM processor. Currently we only support x86 and x64 and hence it will probably not work. You could try to compile swift yourself. IIRC some users on the swift discord server already tried this but did not succeeded. Even if you could compile swift yourself, you wouldn't be able to connect to the VATSIM servers.

Long story short: Unfortunately there is no easy and good way to run swift on a RPi right now.

Out of interest: Are you running the flight simulator on the RPi? If yes, which simulator? Flightgear? XP?