From a9fcde62653e6045d6460d8041c6782de1f686fc Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 25 Feb 2015 13:07:52 -0800 Subject: [PATCH] fix two typos in BUILD guides --- BUILD.md | 2 +- BUILD_WIN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index b8d7df0d0c..98b8cffab1 100644 --- a/BUILD.md +++ b/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 diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 212dd31f98..28d26d9eb4 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -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