add some work arounds to the default mingw build instructions

James Rowe 2016-11-24 14:55:09 -07:00
parent 91953a13cf
commit 0633e7ada4

@ -78,7 +78,7 @@ Make sure to follow the instructions and update to the latest version by running
#### Run the following commands to build citra (dynamic linked build) #### Run the following commands to build citra (dynamic linked build)
```bash ```bash
mkdir build && cd build mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release .. cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DMICROPROFILE_ENABLED=0 -DCMAKE_MAKE_PROGRAM=mingw32-make ..
mingw32-make -j4 mingw32-make -j4
# test citra out with # test citra out with
./src/citra_qt/citra-qt.exe ./src/citra_qt/citra-qt.exe