Created by Cian Ormond with no endorsements by VATSIM staff members. For more info, run vatsim-manager -L
.
- Install and uninstall clients
- Configure xPilot's AppConfig with user input
- Keep track of installed clients, versions and paths
- Disallow uninstalling absent clients
- Confirm before reinstalling present clients
- Manage
winetricks
andwine
settings in a customWINEPREFIX
for ATC clients
- libCURL >=7.68.0
- jsoncpp >=1.7.4
- PkgConfig >=0.29.1
- vatsim-manager on the Arch User Repository
- Build from source
git clone https://github.com/wiggleforlife/vatsim-manager.git
git switch release
mkdir build && cd build
cmake ..
make
sudo
ordoas mv vatsim-manager /usr/bin/
- Fork this repository and checkout a branch with the name of the patch
- Create a draft pull request to
wiggleforlife/vatsim-manager/master
with the intended changes - Make your changes
- Mark the pull request as completed