A couple of minor edits to Windows build instructions.

This commit is contained in:
Jim Evins
2017-03-03 22:51:47 -05:00
parent 26fc5a6baf
commit af57967dfd
+3 -3
View File
@@ -13,8 +13,8 @@ MSYS/MINGW
### Prerequisites
- MSYS/MINGW, including the following packages
. mingw32-gcc-g++
. mingw32-libz
+ mingw32-gcc-g++
+ mingw32-libz
- CMake 2.8.12+
- Qt5 5.4+ for MINGW
@@ -40,7 +40,7 @@ gLabels uses the CMake meta build system. From the MSYS shell, type the followi
$ cd glabels-qt-master
$ mkdir build
$ cd build
$ cmake ..
$ cmake -G "MSYS Makefiles" ..
$ make install
```