mirror of https://github.com/xqemu/xqemu.git
No longer need sigaltstack
parent
d6befdd470
commit
f70acb9e16
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
## Compile XQEMU
|
## Compile XQEMU
|
||||||
### For Mac OS X
|
### For Mac OS X
|
||||||
./configure --cc=clang --enable-opengl --disable-vnc --disable-user --with-coroutine=sigaltstack --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug
|
./configure --cc=clang --enable-opengl --disable-vnc --disable-use --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug
|
||||||
make
|
make
|
||||||
### For Windows
|
### For Windows
|
||||||
It's complicated! See FK's [excellent writeup](https://docs.google.com/document/d/1vW1XAdqC4r8RP6Vfb3F3cOulVuRIDBElGZx94JlIe4c/pub).
|
It's complicated! See FK's [excellent writeup](https://docs.google.com/document/d/1vW1XAdqC4r8RP6Vfb3F3cOulVuRIDBElGZx94JlIe4c/pub).
|
||||||
|
|
Loading…
Reference in New Issue