diff --git a/Getting-Started.md b/Getting-Started.md index be734b7..abe57dd 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -10,13 +10,13 @@ 1. Install MSYS2 x86_64: Follow the steps on http://msys2.github.io/ 2. Open the "MinGW-w64 Win64 Shell" and run: - pacman -S git python2 make autoconf automake-wrapper mingw-w64-x86_64-libtool mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-glib2 mingw-w64-x86_64-glew mingw-w64-x86_64-SDL - git clone https://github.com/espes/xqemu - cd xqemu - git submodule update --init pixman + pacman -S git python2 make autoconf automake-wrapper mingw-w64-x86_64-libtool mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-glib2 mingw-w64-x86_64-glew mingw-w64-x86_64-SDL + git clone https://github.com/espes/xqemu + cd xqemu + git submodule update --init pixman - ./configure --cc=gcc --python=python2 --enable-opengl --disable-vnc --disable-user --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug - make + ./configure --cc=gcc --python=python2 --enable-opengl --disable-vnc --disable-user --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug + make ### For Linux #### Requirements: