diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2015-12-17 08:33:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-18 09:19:32 +0700 |
commit | d0e905ef1298c2c1567cfbe7f7f10e3cdb143932 (patch) | |
tree | eb65b86de88f4b85870d2144c0f85fcd79b21fb7 /system/qemu/README | |
parent | 06081ab4a3933d7c248efe342120ecfaef599315 (diff) | |
download | slackbuilds-d0e905ef1298c2c1567cfbe7f7f10e3cdb143932.tar.gz |
system/qemu: Updated for version 2.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu/README')
-rw-r--r-- | system/qemu/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/qemu/README b/system/qemu/README index 1382146ef9..f912f07f70 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -18,7 +18,7 @@ Disable vnc support via: VNC_ENABLE=no ./qemu.SlackBuild -Audio drivers support defaults to "alsa,oss,sdl,esd" and can be adusted via +Audio drivers support defaults to "alsa,oss,sdl" and can be adusted via AUDIODRIVERS="alsa,oss" ./qemu.SlackBuild @@ -41,4 +41,4 @@ NOTES: Consult the official changelogs for details. Slackware's libusb is too old. Thus, to enable usb redirection, install - usbredir and build with LIBUSB=yes ./qemu.SlackBuild + usbredir, download libusb-1.19, and build with LIBUSB=yes ./qemu.SlackBuild |