Re: Installing of linux-firewire-utils
Brought to you by:
aeb,
bencollins
|
From: Susie B. <su...@po...> - 2020-12-05 20:58:47
|
Hi, On Sat, 5 Dec 2020 09:12:45 +0900 "Susie B." <su...@po...> wrote: > I could find Arch's AUR package of the utls [1] and it had own build script. > I'll try to get what I should do from the script. > I hope that it works well on my kernel. > ... > [1] https://aur.archlinux.org/packages/linux-firewire-utils/ Finally I could install the utils in that way. I used commands below: aclocal autoconf automake --add-missing ./configure --prefix='/usr' make -j1 make -j1 DESTDIR="/tmp/working-dir-for-making-package" install At least lsfirewire, one of the command of the utils and which I need, is working well. Thank you for all advices and suggestions so far. Regards, Susie B. |