From e2f922c22b85e023e8ba557aa7928dfd392bfa08 Mon Sep 17 00:00:00 2001 From: espes Date: Sun, 16 Aug 2015 23:17:07 +1000 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index ba35620..be734b7 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -8,7 +8,8 @@ ### For Windows 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 git clone https://github.com/espes/xqemu cd xqemu