Updated Getting Started (markdown)

espes 2015-08-16 23:19:08 +10:00
parent e2f922c22b
commit c4d9d88417
1 changed files with 6 additions and 6 deletions

@ -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: