Open MTRNord opened 1 year ago
The quick answer is no.
There are multiple depending libraries and the versions of the libraries could be different in different systems. Just packaging the binary on Ubuntu might not work on different systems because of the system libraries. You should build from the source code. So far, I don't have a plan to build a static-linked package.
Another option would be to run a command below. 7z
can extract deb package and generate data.tar
, which includes the binary package. Use this file at your own risk.
7z x obs-loudness-dock-0.2.0-obs28-ubuntu-22.04-x86_64.deb
For Fedora, I might create RPM packages like obs-color-monitor if there is a request.
Hi,
Linux is a very diverse set of systems. It would be great to also provide a tar.gz version for other systems. Ubuntu is just one of many many linux systems. The current packaging makes this sadly very hard to use for a majority of linux systems.