mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix two typos in BUILD guides
This commit is contained in:
parent
33b0fd24a6
commit
a9fcde6265
2 changed files with 2 additions and 2 deletions
2
BUILD.md
2
BUILD.md
|
@ -43,7 +43,7 @@ For example, a Qt5 5.3.2 installation to /usr/local/qt5 would require that QT_CM
|
|||
The path it needs to be set to will depend on where and how Qt5 was installed. e.g.
|
||||
|
||||
export QT_CMAKE_PREFIX_PATH=/usr/local/qt/5.3.2/clang_64/lib/cmake/
|
||||
export QT_CMAKE_PREFIX_PATH=/usr/localCellar/qt5/5.3.2/lib/cmake
|
||||
export QT_CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.3.2/lib/cmake
|
||||
export QT_CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake
|
||||
|
||||
####Generating build files
|
||||
|
|
|
@ -22,7 +22,7 @@ We expect nmake.exe to be located at the following path.
|
|||
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin
|
||||
|
||||
We exepect msbuild.exe to be located at the following path.
|
||||
We expect msbuild.exe to be located at the following path.
|
||||
|
||||
C:\Program Files (x86)\MSBUILD\12.0\Bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue