Open phlibi opened 6 months ago
Supporting many destros is not a priority of this project. The main target of this project at this time is RHEL8 and RHEL7. And other platforms, macOS, FreeBSD and NetBSD.
On the other hand, build configuration is depends on the automake/autoconf. So I believe it is not so difficult to build the code on other distros with small changes into the tree.
Finally, build checker on many distros is running against each PR and each merge. You can see specific required package names in the repository under the organization https://github.com/LinearTapeFileSystem. Such as https://github.com/LinearTapeFileSystem/Debian10-Build.
https://mirrors.ustc.edu.cn/bjlx/pool/main/l/ltfs have debian12 source packages,
Hi all,
I didn't find a more appropriate issue type for this, sorry if it's wrong. I tried to install LTFS on a Debian 12 (bookworm) machine, but had a hard time figuring out the required dependencies. Here's what I've found with some trial and error:
Maybe I overdid and something is not really required, but at least this allowed me to compile and install LTFS.
But: With the stable branch
v2.4-stable
, I needed some time to figure out a required change inconfigure.ac
due toicu-config
being deprecated and not available anymore:I see that this has already been integrated in
master
(withicu-uc
instead oficu-i18n
, but this probably doesn't matter), so it should not be required anymore.Maybe it would help other people to provide at least the package list in the README. Of course, unless it is already there and I'm just not seeing it :S
Thanks!