Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.38 KB

ubuntu-deps.md

File metadata and controls

37 lines (28 loc) · 1.38 KB

Ubuntu dependencies for Kimchi

Build Dependencies

$ sudo apt-get install gcc make autoconf automake gettext git pkgconf \
                       xsltproc

Runtime Dependencies

$ sudo apt-get install python-configobj novnc python-libvirt \
                        libvirt-bin nfs-common qemu-kvm python-parted \
                        python-ethtool sosreport python-ipaddr \
                        python-lxml open-iscsi python-guestfs \
                        libguestfs-tools spice-html5 python-magic \
                        python-paramiko python-imaging \
                        fonts-font-awesome geoip-database gettext \
                        nginx-light python-cheetah python-cherrypy3 \
                        python-ldap python-m2crypto python-pam

Packages required for UI development

$ sudo apt-get install g++ python-dev python-pip
$ sudo pip install cython libsass

Packages required for tests

$ sudo apt-get install pep8 pyflakes python-requests python-mock bc