Programming Howto:Configure BCI2000 for Compilation: Difference between revisions
Appearance
No edit summary |
|||
| Line 38: | Line 38: | ||
==Next step== | ==Next step== | ||
As a next step, learn how to [[Programming Howto: | As a next step, learn how to [[Programming Howto:Compile BCI2000|compile BCI2000]]. | ||
==See also== | ==See also== | ||
Revision as of 14:49, 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 compile BCI2000.