Removed "--with-coroutine=sigaltstack"

Govert Versluis 2015-07-21 14:16:12 +02:00
parent 95a868a589
commit 88c4fd9842
1 changed files with 1 additions and 1 deletions

@ -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. If you have success with other distributions, please let us know in #xqemu on Freenode.
#### Building: #### 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
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. 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.