Programming Howto:Install Prerequisites: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
==Back== | ==Back== | ||
To [[Programming Howto:Building and Customizing BCI2000|this howto's overview page]] | To [[Programming Howto:Building and Customizing BCI2000|this howto's overview page]]. | ||
==TortoiseSVN== | ==TortoiseSVN== | ||
Revision as of 14:07, 16 August 2018
Back
To this howto's overview page.
TortoiseSVN
Download the TortoiseSVN installer from tortoisesvn.net.
Run the installer:

Don't forget to install command line client tools:

Click "Finish" to dismiss the installer dialog:

CMake
Download the CMake installer from cmake.org.
Run the installer:

Choose "Add to path for all users":

Click "Finish" to dismiss the installer dialog:

VisualStudio
Download the VisualStudio Community installer from visualstudio.com.
Run the installer:

Make sure to install the C++ compiler:

Qt
Download the Qt open source installer from www.qt.io.
Run the installer:

Click "Skip" when prompted for a Qt account:

Click "Next" to start the installation:

Choose a directory, and click "Next" to continue:

Choose a Qt version that is consistent with the version of VisualStudio you downloaded earlier:

Agree to the License Agreement, and click "Next" to continue:

Click "Next" when prompted for Start Menu shortcuts:

Click "Install" to download and install Qt files:

Progress will be indicated during installation.

Installation may take a long time.

Uncheck "Launch Qt Creator" before clicking "Finish":

Next step
As a next step, learn how to register with the BCI2000 Project.