From ffdbeed61d415731e197dd5c4a6a162b9de137bd Mon Sep 17 00:00:00 2001 From: bsdcpp Date: Fri, 26 May 2017 15:16:40 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe45e87..f679f5f 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ Tested on DSM v6.0/6.1. Try this on your own risk. # Building tips ```bash Qemu build with: -./configure --prefix=/usr/local --target-list="x86_64-softmmu" \ ---enable-{kvm,linux-aio,vhost-net,vnc,vnc-png,vnc-jpeg,guest-agent} \ ---enable-{spice,coroutine-pool,libiscsi,libusb,curl,vde,libssh2,tpm} \ ---enable-{modules,usb-redir,vhost-vsock,virglrenderer,replication,bzip2,rbd,attr,virtfs,vnc-sasl,vte} \ ---audio-drv-list='oss alsa pa' +./configure --prefix=/usr/local --target-list="x86_64-softmmu arm-softmmu" \ +--disable-gtk --disable-xen --enable-{kvm,linux-aio,vhost-net,vnc,vnc-png,vnc-jpeg,guest-agent} \ +--enable-{spice,coroutine-pool,libiscsi,libusb,curl,libssh2,tpm} \ +--enable-{modules,usb-redir,vhost-vsock,virglrenderer,replication,bzip2,rbd,attr,virtfs,vnc-sasl,tcmalloc,jemalloc,lzo} \ +--audio-drv-list='sdl oss alsa pa' + ```