Updated Getting Started (markdown)

espes 2015-08-16 23:17:07 +10:00
parent ef57c2d225
commit e2f922c22b
1 changed files with 2 additions and 1 deletions

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