mirror of https://github.com/xqemu/xqemu.git
Updated Getting Started (markdown)
parent
ef57c2d225
commit
e2f922c22b
|
@ -8,7 +8,8 @@
|
||||||
|
|
||||||
### For Windows
|
### For Windows
|
||||||
1. Install MSYS2 x86_64: Follow the steps on http://msys2.github.io/
|
1. Install MSYS2 x86_64: Follow the steps on http://msys2.github.io/
|
||||||
2. Open the "MinGW-w64 Win64 Shell" and run
|
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
|
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
|
git clone https://github.com/espes/xqemu
|
||||||
cd xqemu
|
cd xqemu
|
||||||
|
|
Loading…
Reference in New Issue