Jump to content

Programming Howto:Configure BCI2000 for Compilation: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
Mellinger (talk | contribs)
Line 38: Line 38:


==Next step==
==Next step==
As a next step, learn how to [[Programming Howto:Configure BCI2000 for Compilation|configure BCI2000 for compilation]].
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.

See also

Programming Howto:Building and Customizing BCI2000