Table of Contents
Installation guide for CentOS5
Here are some my notes which I had in my readme file to get Qemu work on my system
Install libgcrypt
- Download libgcrypt from ftp://ftp.gnupg.org/gcrypt/libgcrypt/
- ./configure
- make
- make install
Install gnutls
- Download gnutls from ftp://ftp.gnu.org/pub/gnu/gnutls/
- ./configure
- make
- make install
- copy libgnutls.so.26 + others to /usr/lib (IMHO this could be done with –prefix)
lrwxrwxrwx 1 root root 20 Apr 27 15:44 /usr/lib/libgnutls.so -> libgnutls.so.26.11.6 lrwxrwxrwx 1 root root 20 Apr 27 15:44 /usr/lib/libgnutls.so.26 -> libgnutls.so.26.11.6 -rwxrwxr-x 1 monstr monstr 2296390 Apr 27 15:37 /usr/lib/libgnutls.so.26.11.6
Install libfdt
git clone git:/ /git.jdl.com/software/dtc.git make make install PREFIX=/ libfdt.so should be in /usr/lib
Install libutempter, SDL-devel, zlib-devel
- yum install libutempter.i386 libutempter-devel.i386
- yum install SDL-devel.i386
- yum install zlib-devel
Install kcachegrind
- ./configure
- make
- make install
Install tunctl
You need tunctl for work with ethernet
- yum install tunctl