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

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

Install tunctl

You need tunctl for work with ethernet

  • yum install tunctl
qemu/qemu/install.txt · Last modified: 2020/09/01 10:59 by 127.0.0.1
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0