Skip to content

feat: Update requirements and add MSFS2024 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions docs/home/system_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@

*swift* supports the following simulators:

- Microsoft Flight Simulator 2020
- Microsoft Flight Simulator 2024
- Laminar Research X-Plane 11 (Vulkan/Metal/OpenGL)
- Microsoft Flight Simulator (**FS2020**)
- Lockheed Martin Prepar3D versions 1 thru 5
- Microsoft Flight Simulator X with Acceleration or Service Pack 2 and Steam Edition
- Microsoft Flight Simulator 2004 / FS9 (experimental)
- Lockheed Martin Prepar3D versions 4 thru 5 (64 bit only)
- FlightGear

The following simulators are only supported by *swift* version 0.14.142 or below:

- Lockheed Martin Prepar3D (32 bit versions)
- Microsoft Flight Simulator X with Acceleration or Service Pack 2 and Steam Edition
- Microsoft Flight Simulator 2004 (FS9)


# Operating System Requirements

Expand All @@ -33,13 +38,10 @@ Our *swift* applications have been designed to work on all relevant operating sy
* 64 bit only
* 200 MB free disk space
* *swift* is built on **Ubuntu 22.04 LTS**. Therefore it should run on any modern Linux distributions that have the following **minimum package versions** installed:
* glibc 2.31 or higher
* glibc 2.35 or higher
* glibcxx 3.4.28 or higher
* OpenSSL 1.1
(OpenSSL 3 is **not** yet supported for official swift versions because Qt on Ubuntu 20.04 is built with OpenSSL 1.1.
Not installing OpenSSL 1.1 leads to warning messages like ``QSslSocket: cannot call unresolved function ...``)
* OpenSSL 3
* libxcb-cursor0
* libspeexdsp
* libopus

To use *swift*, **[proceed to our download page](./install/download.md)**.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

# Welcome to the home of swift pilot client!

*swift* pilot client is a **multi-platform** (Windows, MacOs, Linux) and **multi-flight simulator** (X-Plane 11, MSFS (FS2020), P3D, FSX, FS9, FlightGear) application for virtual pilots who would like to connect to **[VATSIM](https://www.vatsim.net)** or **private FSD servers**.
*swift* pilot client is a **multi-platform** (Windows, macOS, Linux) and **multi-flight simulator** (X-Plane 11, MSFS2020, MSFS2024, P3D (64-bit), FlightGear) application for virtual pilots who would like to connect to **[VATSIM](https://www.vatsim.net)** or **private FSD servers**.

We are an independent (private/non-commercial) software project creating open source software for flight simulation.

## swift pilot client signature features

- **supports** Windows, MacOS, Linux
- **compatible with** X-Plane 11 (Vulkan/Metal/OpenGL) - MSFS (FS2020) - P3D - FSX - FS9 - Flightgear
- **supports** Windows, macOS, Linux
- **compatible with** X-Plane 11 (Vulkan/Metal/OpenGL) - MSFS2020 - MSFS2024 - P3D (64-bit) - Flightgear - (FSX, FS9 and P3D (32-bit) are supported only with older versions of swift)
- *integrated **AFV - Audio For VATSIM**
- **AFV voice-volume control** through hotkeys
- **tuning and switching** of COM-radios, transponder, SELCAL
Expand Down