diff --git a/README.md b/README.md index 9cf802a3..79838920 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Building Sourcetrail requires several dependencies to be in place on your machin $ cd Sourcetrail $ mkdir -p build/win64 $ cd build/win64 - $ cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT= -DQt5_DIR= ../.. + $ cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT= -DQt5_DIR= ../.. ``` _Hint: If you are using the CMake GUI, we recommend that you activate advanced mode. Also you may be required to add some of the defines via the "Add Entry" button._ @@ -126,7 +126,7 @@ Building Sourcetrail requires several dependencies to be in place on your machin $ cd Sourcetrail $ mkdir -p build/Release $ cd build/Release - $ cmake -DCMAKE_BUILD_TYPE="Release" -DBOOST_ROOT= -DQt5_DIR= ../.. + $ cmake -DCMAKE_BUILD_TYPE="Release" -DBOOST_ROOT= -DQt5_DIR= ../.. ``` * Now start the build with: ```