Programming Howto:Compile BCI2000: Difference between revisions
Appearance
Created page with "Your BCI2000 "prog" folder does not contain any executables yet center Open the solution file your BCI2000 "build" folder File:use_cmake_10.PNG|c..." |
No edit summary |
||
| Line 25: | Line 25: | ||
[[File:use_vs2017_5.png|center]] | [[File:use_vs2017_5.png|center]] | ||
==Next step== | |||
As a next step, learn how to [[Programming Howto:Create a custom Signal Processing Module|Create a custom Signal Processing Module]]. | |||
==See also== | |||
[[Programming Howto:Building and Customizing BCI2000]] | |||
[[Category:Howto]] | |||
Revision as of 15:24, 15 August 2018
Your BCI2000 "prog" folder does not contain any executables yet

Open the solution file your BCI2000 "build" folder
The solution file in the VisualStudio IDE

Switch the build type to "release"

From the "build" menu, choose "Build solution"

Once the build is finished, ...

... your BCI2000 "prog" folder will contain a number of executables, one for each module

Next step
As a next step, learn how to Create a custom Signal Processing Module.