Regarding running 2.0 on Linux. On Debian we had to do a few things:
- Install the packages onnxruntime libsdl2-2.0-0 libfreetype6 libharfbuzz0b
- Make a libsdl link: sudo ln -s /lib/x86_64-linux-gnu/libSDL2-2.0.so.0 /lib/x86_64-linux-gnu/libSDL2.so
Now it runs, but! There’s still an issue with fonts. No text at all shows up in the interface, making it pretty unusable, unfortunately. We’re sticking with 1.4 for the time being.