Any chance for Linux? (in: MeldaProduction)

By: mevla
13 Nov 14:25

The same with AppImage. Both of these are not the only way. It also depends how the application is developed. Bitwig is distributed using .deb and requires only the very basic :

[code]
ldd $(which bitwig-studio)
linux-vdso.so.1 (0x00007fff989e2000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f810ef6c000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f810ed4d000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f810eb45000)
libm.so.6 => /li…

Go to this post

Go to first unread post in this topic

Read more here: Source link