Added dependency section to Readme

This commit is contained in:
datalore 2024-11-06 14:05:34 +01:00
parent 39b48cfde6
commit de4cd3d22d

View File

@ -3,3 +3,11 @@
This is a modified version of AUR package [fusioninventory-agent-bin](https://aur.archlinux.org/packages/fusioninventory-agent-bin) for version 2.6-3 from the official debian repositories, as version 2.6-1 from GitHub doesn't seem to work anymore.
Also, two commented out dependencies where reintroduced as they seem to be neccessary.
## Dependencies
... may need to be installed manually. I recommend yay for that, so the command would be
```bash
yay -S perl-module-build perl-file-which perl-libwww perl-net-ip perl-text-template perl-universal-require perl-xml-treepp perl-data-structure-util
```