slackbuilds_ponce/system/qemu/README

13 lines
496 B
Text
Raw Normal View History

2010-05-11 19:46:36 +02:00
QEMU is a generic and open source machine emulator and virtualizer.
2010-05-11 15:18:43 +02:00
2010-05-11 19:46:36 +02:00
This is a binary release, repacked for Slackware's package management
system.
2010-05-11 15:18:43 +02:00
2010-05-11 19:46:36 +02:00
It seems the /usr/bin/qemu is hard-coded to look for some files in
/usr/local/share - there are at least two ways to work around this
after the package is installed:
1. cd /usr/local/share ; ln -s /usr/share/qemu qemu
2. replace -s /usr/local/ /usr/./././ /usr/bin/qemu
2010-05-11 15:18:43 +02:00
2010-05-11 19:46:36 +02:00
The first method is the safest, but either should work relatively well.