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

build: Install Sodium symlink on Linux #236

Closed ltoenning closed 7 months ago

ltoenning commented 7 months ago

With the current version, a symlink libsodium.so.23.so -> libsodium.so.23.3.0.so is missing on Linux in the lib folder. libsodium.so.23.so is used by the applications to resolve libsodium. This causes swift to crash if the user does not have this symlink installed globally.