summaryrefslogtreecommitdiffstats
path: root/system/qemu/README
diff options
context:
space:
mode:
author Edward W. Koenig <kingbeowulf@linuxgalaxy.org>2023-01-01 18:51:27 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:53 +0700
commit6a50ad559c35e0dddbbc2e86c6a05ae269292103 (patch)
tree74a03f9c7b2f4a1d404a7a0c8aa7bfc54918e617 /system/qemu/README
parenta161baf57b123f798d7fde52b5bc5443f458eae3 (diff)
downloadslackbuilds-6a50ad559c35e0dddbbc2e86c6a05ae269292103.tar.gz
slackbuilds-6a50ad559c35e0dddbbc2e86c6a05ae269292103.tar.xz
system/qemu: Fix slirp option and usage
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu/README')
-rw-r--r--system/qemu/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 6693735188..c457cef088 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -45,6 +45,11 @@ libslirp (user mode networking), libcacard, spice, usbredir, virglrenderer,
libnfs, snappy, device-tree-compiler, glusterfs, and vde2 are optional
dependencies.
+To enable user mode networking, install libslirp (availale on SBO), then
+compile qemu:
+
+SLIRP=yes ./qemu/SlackBuild
+
libiscsi (to access iSCSI targets directly) is optional dependency,
and will be picked up, if present, during the compilation.