Kaydax / flp2midi

A fast, multi threaded, cross platform FL Studio project file to midi converter using MMF and FLParser, made in C#
Other
35 stars 10 forks source link

doesnt work on linux #28

Open Utoog opened 3 months ago

Utoog commented 3 months ago

My system is Linux Mint 21.3 x86_64 downloaded flp2midi-linux-x64.7z When trying to use it, it outputs: No usable version of libssl was found Aborted (core dumped) OpenSSL is installed already installing libssl-dev didnt help

Kaydax commented 3 months ago

Your version of openssl is most likely too new to be usable with flp2midi, you may have to compile from source

Utoog commented 3 months ago

Just installed net sdk 8 and compiled the app. Here's logs https://pastebin.com/WMZAvD3M But the error's the same