mirror of https://github.com/xqemu/xqemu.git
Removed "--with-coroutine=sigaltstack"
parent
95a868a589
commit
88c4fd9842
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue