From 88c4fd98424624c2f49dfac4e485707a69e23ec7 Mon Sep 17 00:00:00 2001 From: Govert Versluis Date: Tue, 21 Jul 2015 14:16:12 +0200 Subject: [PATCH] Removed "--with-coroutine=sigaltstack" --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 9556ddd..556be55 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -20,7 +20,7 @@ For **Debian** most build dependencies can be installed by running: If you have success with other distributions, please let us know in #xqemu on Freenode. #### Building: - ./configure --cc=clang --enable-opengl --disable-vnc --disable-user --enable-kvm --disable-xen --with-coroutine=sigaltstack --target-list=xbox-softmmu --enable-debug --audio-drv-list=alsa --python=/usr/bin/python2 --extra-cflags="-march=native" + ./configure --cc=clang --enable-opengl --disable-vnc --disable-user --enable-kvm --disable-xen --target-list=xbox-softmmu --enable-debug --audio-drv-list=alsa --python=/usr/bin/python2 --extra-cflags="-march=native" make Make sure you make python point at your python2. Python 3 won't work. A version compiled with KVM can still be used with TCG, hence I'd recommend compiling with KVM. QEMU should automaticly disable the KVM compilation if your target CPU is not suitable.