mirror of https://github.com/xqemu/xqemu.git
Updated Getting Started (markdown)
parent
e2f922c22b
commit
c4d9d88417
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue