Tuesday, November 08, 2011

Installing ZoneMinder in Gentoo

Installing ZoneMinder in Gentoo turned out to be a relatively easy task:

emerge layman

layman -o http://gpo.zugaina.org/lst/gpo-repositories.xml
layman -a zugaina

echo "source /var/lib/layman/make.conf" >> /etc/make.conf
ACCEPT_KEYWORDS="~x86" emerge -av zoneminder


If you are interested in the details you can take a look at Overlays @ Gentoo wiki

No comments:

id_rsa.pub: invalid format, error in libcrypto

After I upgraded my Linux and got Python 3.10 by default, it turned out that Ansible 2.9 will no longer run and is unsupported together with...