Jump to content

Programming Howto:Compile BCI2000: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
Mellinger (talk | contribs)
No edit summary
Line 1: Line 1:
Your BCI2000 "prog" folder does not contain any executables yet
==Back==
To [[Programming Howto:Building and Customizing BCI2000|this howto's overview page]].
 
==Open the solution file in the IDE==
Your BCI2000 "prog" folder does not contain any executables yet:
 
[[File:use_vs2017_0.png|center]]
[[File:use_vs2017_0.png|center]]


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


[[File:use_cmake_10.PNG|center]]
[[File:use_cmake_10.PNG|center]]


The solution file in the VisualStudio IDE
... and view it in the VisualStudio IDE.


[[File:use_vs2017_1.png|center]]
[[File:use_vs2017_1.png|center]]


Switch the build type to "release"
==Build the solution using the IDE==
Switch the build type to "release".


[[File:use_vs2017_2.png|center]]
[[File:use_vs2017_2.png|center]]


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


[[File:use_vs2017_3.png|center]]
[[File:use_vs2017_3.png|center]]
Line 22: Line 28:
[[File:use_vs2017_4.png|center]]
[[File:use_vs2017_4.png|center]]


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


[[File:use_vs2017_5.png|center]]
[[File:use_vs2017_5.png|center]]

Revision as of 14:46, 16 August 2018

Back

To this howto's overview page.

Open the solution file in the IDE

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

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

... and view it in the VisualStudio IDE.

Build the solution using the 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, plus a few helper executables.

Next step

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

See also

Programming Howto:Building and Customizing BCI2000