Programming Howto:Building and Customizing BCI2000: Difference between revisions
Appearance
| Line 2: | Line 2: | ||
==Howto steps== | ==Howto steps== | ||
*[[Programming Howto:Install Prerequisites]] | *[[Programming Howto:Install Prerequisites|Install Prerequisites]] | ||
:shows you how to install TortoiseSVN, CMake, VisualStudio, and Qt. | :shows you how to install TortoiseSVN, CMake, VisualStudio, and Qt. | ||
*[[Programming Howto:Register with BCI2000 Project]] | *[[Programming Howto:Register with BCI2000 Project|Register with the BCI2000 Project]] | ||
:explains how to obtain a BCI2000 user account. | :explains how to obtain a BCI2000 user account. | ||
*[[Programming Howto:Download the BCI2000 Sourcecode]] | *[[Programming Howto:Download the BCI2000 Sourcecode|Download the BCI2000 Sourcecode]] | ||
:details the steps how to use TortoiseSVN to download the BCI2000 sourcecode. | :details the steps how to use TortoiseSVN to download the BCI2000 sourcecode. | ||
*[[Programming Howto:Configure BCI2000 for Compilation]] | *[[Programming Howto:Configure BCI2000 for Compilation|Configure BCI2000 for Compilation]] | ||
:demonstrates how to use CMake to create a BCI2000 solution file. | :demonstrates how to use CMake to create a BCI2000 solution file. | ||
*[[Programming Howto:Compile BCI2000]] | *[[Programming Howto:Compile BCI2000|Compile BCI2000]] | ||
:illustrates how to compile BCI2000 using VisualStudio. | :illustrates how to compile BCI2000 using VisualStudio. | ||
[[Category:Howto]] | [[Category:Howto]] | ||
Revision as of 14:51, 14 August 2018
This is the start page for a howto that will walk you through the process of compiling and customizing BCI2000 from its source code.
Howto steps
- shows you how to install TortoiseSVN, CMake, VisualStudio, and Qt.
- explains how to obtain a BCI2000 user account.
- details the steps how to use TortoiseSVN to download the BCI2000 sourcecode.
- demonstrates how to use CMake to create a BCI2000 solution file.
- illustrates how to compile BCI2000 using VisualStudio.