Programming Howto:Configure BCI2000 for Compilation: Difference between revisions
Appearance
Created page with "Double-click "Configure.sh.cmd" in your BCI2000 build directory center Tell CMake which Qt installation to use center Ent..." |
No edit summary |
||
| Line 36: | Line 36: | ||
[[File:use_cmake_10.PNG|center]] | [[File:use_cmake_10.PNG|center]] | ||
==Next step== | |||
As a next step, learn how to [[Programming Howto:Configure BCI2000 for Compilation|configure BCI2000 for compilation]]. | |||
==See also== | |||
[[Programming Howto:Building and Customizing BCI2000]] | |||
[[Category:Howto]] | |||
Revision as of 14:47, 14 August 2018
Double-click "Configure.sh.cmd" in your BCI2000 build directory
Tell CMake which Qt installation to use
Enter the path to a Qt directory that is consistent with the compiler you are going to use
Click "Configure"
Choose a generator that is consistent with the Qt directory chosen above
Choose build options...
... and which extensions to compile, before clicking "Generate"
Amongst other files created by CMake, your BCI2000 build directory will now contain a solution file
Next step
As a next step, learn how to configure BCI2000 for compilation.