fix incorrect arch in readme

This commit is contained in:
Riccardo Spagni 2015-07-09 15:47:11 +02:00
parent 2cd4d7dd20
commit 4b0dbf8493
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -134,7 +134,7 @@ cd build
```
* If you are on a 64-bit system, run:
```
cmake -G "MSYS Makefiles" -D CMAKE_BUILD_TYPE=Release -D ARCH="x86_64" -D BUILD_64=ON -D CMAKE_TOOLCHAIN_FILE=../cmake/64-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys64 ..
cmake -G "MSYS Makefiles" -D CMAKE_BUILD_TYPE=Release -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_TOOLCHAIN_FILE=../cmake/64-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys64 ..
```
* If you are on a 32-bit system, run:
```