From f0b2a419c75c52d8f76bad98038e083569d2d67e Mon Sep 17 00:00:00 2001 From: dschwager Date: Fri, 6 Dec 2013 18:05:54 +0100 Subject: [PATCH] added new requirements for centos 6 --- doc/README-builder.txt | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/doc/README-builder.txt b/doc/README-builder.txt index fe87103..38925c3 100644 --- a/doc/README-builder.txt +++ b/doc/README-builder.txt @@ -5,20 +5,36 @@ # check the sample build_local.cfg located inside the itwatch project ############################## -# requirements for RHEL/Centos - yum install plowshare - yum install ImageMagick - yum install git +# requirements RHEL/Centos 6 + yum install -y unzip zip unix2dos + yum install -y plowshare cabextract + yum install -y ImageMagick + yum install -y git ruby + +# additional requirements (not available in normale RHEL/Centos 6 repos) + set-ini (martINI) + yum install python-setuptools + # https://pypi.python.org/pypi/martINI for writing ini files + wget --no-check-certificate https://pypi.python.org/packages/source/m/martINI/martINI-0.4.tar.gz + tar xfvz martINI-0.4.tar.gz + cd martINI-0.4 + python setup.py install -# requirements - https://pypi.python.org/pypi/martINI for writing ini files aria2c for torrent downloads - cabextract - lha - unzip - unrar + wget ftp://ftp.univie.ac.at/systems/linux/dag/redhat/el6/en/x86_64/dag/RPMS/aria2-1.16.4-1.el6.rf.x86_64.rpm + wget ftp://ftp.univie.ac.at/systems/linux/dag/redhat/el6/en/x86_64/dag/RPMS/nettle-2.2-1.el6.rf.x86_64.rpm + rpm -i aria2-*.rpm nettle-*.rpm + + lha ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/sawaa/CentOS_CentOS-6/x86_64/lha-1.14i-2.ac20050924p1.el6.ikoi1.x86_64.rpm + + unrar http://pkgs.repoforge.org/unrar/unrar-4.0.7-1.el6.rf.x86_64.rpm + + 7zip check README-7zip.txt + # Please check the conf/opsi-builder.conf for detailed information + cp conf/opsi-builder.conf $HOME/.opsi-builder.conf + emacs -nw $HOME/.opsi-builder.conf # May you will add opsi-builder.sh to your PATH export PATH=$HOME/work/devtools/bin:$PATH