Fixed <arch> which was not seen. (#128)

This commit is contained in:
23rd 2017-10-11 15:44:11 +03:00 committed by pajlada
parent 3ff6eece5c
commit 0ef6fdfef9

View file

@ -23,7 +23,7 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/
#### Using MSYS2 #### Using MSYS2
Building using MSYS2 can be quite easier process. Check out MSYS2 at [msys2.org](http://www.msys2.org/). Building using MSYS2 can be quite easier process. Check out MSYS2 at [msys2.org](http://www.msys2.org/).
1. open appropriate MSYS2 terminal and do `pacman -S mingw-w64-<arch>-boost mingw-w64-<arch>-qt5 mingw-w64-<arch>-rapidjson` where <arch> is x86_64 or i686 1. open appropriate MSYS2 terminal and do `pacman -S mingw-w64-<arch>-boost mingw-w64-<arch>-qt5 mingw-w64-<arch>-rapidjson` where `<arch>` is x86_64 or i686
2. go into the project directory 2. go into the project directory
3. create build folder `mkdir build && cd build` 3. create build folder `mkdir build && cd build`
4. `qmake .. && mingw32-make` 4. `qmake .. && mingw32-make`