Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdcpp authored May 24, 2017
1 parent ed7204c commit 89dc4ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ 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"
--disable-{sdl,gtk,xen,smartcard,werror}
--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}
./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'

```

```bash
Libvirt build with:
./configure --prefix=/usr/local
--with-yajl --with-openssl --with-blkid --with-curl --with-ssh2
--with-qemu --with-lxc --with-remote --with-libvirtd --with-pm-utils
--with-sysctl --with-network --with-storage-scsi --with-virtualport
--without-selinux --without-selinux-mount --without-hyperv --with-esx
./configure --prefix=/usr/local --with-yajl --with-openssl --with-blkid \
--with-curl --with-ssh2 --with-qemu --with-lxc --with-remote --with-libvirtd \
--with-pm-utils --with-sysctl --with-network --with-storage-scsi --with-virtualport \
--with-esx --with-blkid --with-hal --with-avahi --with-udev --with-storage-iscsi

```

> 1. Build these on Debian jessie distribution,
Expand Down

0 comments on commit 89dc4ec

Please sign in to comment.