From f70acb9e163573bca8f9b645e171815584284617 Mon Sep 17 00:00:00 2001 From: espes Date: Sun, 12 Jul 2015 02:01:54 +1000 Subject: [PATCH] No longer need sigaltstack --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 8de37dd..5e92f39 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -3,7 +3,7 @@ ## Compile XQEMU ### 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 ### For Windows It's complicated! See FK's [excellent writeup](https://docs.google.com/document/d/1vW1XAdqC4r8RP6Vfb3F3cOulVuRIDBElGZx94JlIe4c/pub).