You are not logged in.
Is there an easy way one can handle dependencies when using the AUR? In other words, went to compile/install the PKGBUILD for moblock. I see that it depends on libnetfilter_queue. Libnetfilter_quene in turn depends on libnfnetlink. Short of me downloading/manually installing the two, is there an easier way?
Offline
Don't know about ABS but in "makepkg" there's "-s" switch ("--syncdeps") that makes "makepkg" to use pacman to resolve and install missing deps.
It's not the best thing when they call you a "member" you know… ![]()
Offline
'makepkg -s' will not only bring in the dependencies, but will tie them to the package. This is useful when removing stuff later. If when running makepkg there are makedepends that you don't want but are required for building, use 'makepkg -rs' and you will be prompted to remove the makedepends afterward.
Offline
'makepkg -s' will not only bring in the dependencies, but will tie them to the package. This is useful when removing stuff later. If when running makepkg there are makedepends that you don't want but are required for building, use 'makepkg -rs' and you will be prompted to remove the makedepends afterward.
Geez, I've been reading over that -r switch for six months now. You learn something new every day...
Offline