Programming Howto:Compile BCI2000

From BCI2000 Wiki
Jump to navigation Jump to search

Back

To this howto's overview page.

Open the solution file

Your BCI2000 "prog" folder does not contain any executables yet:

Use vs2017 0.png

Open the solution file in your BCI2000 "build" folder by double-clicking it ...

Use cmake 10.PNG

... and view it in the VisualStudio IDE.

Use vs2017 1.png

Build the solution

Switch the build type to "release".

Use vs2017 2.png

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

Use vs2017 3.png

Once the build is finished, ...

Use vs2017 4.png

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

Use vs2017 5.png

Next step

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

See also

Programming Howto:Building and Customizing BCI2000