File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,13 @@ There are two build types:
8585 - If the source code field is empty then click on ` Browse Source ` . The default folder should be correct (i.e., the one containing build_windows.bat)
8686 - Others:
8787 - Open a terminal/shell/command prompt and change to the labstreaminglayer directory.
88- - ` mkdir build && cd build `
89- - ` cmake-gui .. `
90- - Click on ` Configure ` . Click ` OK ` to create the directory if asked.
91- - Select your compiler and click Finish
92- - Check the Apps you want to use
93- - If necessary, change options or add options/paths with ` Add Entry `
88+ - If you have previously deleted the 'build' dir: ` mkdir build `
89+ - ` cd build `
90+ - ` cmake-gui .. ` on Windows or ` ccmake .. ` on other platforms.
91+ - Do an initial ` Configure ` . Agree to create the directory if asked.
92+ - Select your compiler and click Finish.
93+ - Use the interface to enable building of the Apps you want to use.
94+ - If necessary, change options or add options/paths (` Add Entry ` ).
9495 - Location of Qt5Config.cmake if the default was not correct (` Qt5_DIR ` , PATH, e.g. ` C:/Qt/5.10.0/msvc2015_64/lib/cmake/Qt5/ ` )
9596 - Boost if the default was not correct (` BOOST_ROOT ` , PATH, e.g. ` C:/local/boost_1_65_1/ ` )
9697 - A path where redistributable binaries get copied (` CMAKE_INSTALL_PREFIX ` )
You can’t perform that action at this time.
0 commit comments