Jump to content

Programming Howto:Install Prerequisites: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
Created page with "==TortoiseSVN== Download TortoiseSVN installer from [https://tortoisesvn.net tortoisesvn.net] Run installer center Don't forget to install c..."
 
Mellinger (talk | contribs)
No edit summary
Line 78: Line 78:


[[File:qt_installer_11.png|center]]
[[File:qt_installer_11.png|center]]
==Next Step==
As a next step, learn how to [[Programming Howto:Register with BCI2000 Project|register with the BCI2000 Project]].
==See also==
[[Programming Howto:Building and customizing BCI2000]]
[[Category:Tutorial]]

Revision as of 14:40, 14 August 2018

TortoiseSVN

Download TortoiseSVN installer from tortoisesvn.net

Run installer

Don't forget to install command line client tools


CMake

Download CMake installer from cmake.org

Run installer

Choose "Add to path for all users"


VisualStudio

Download VisualStudio Community installer from visualstudio.com

Run installer

Make sure to install the C++ compiler

Qt

Download the open source installer from www.qt.io

Run installer

Click "Skip" when prompted for a Qt account



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





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.

See also

Programming Howto:Building and customizing BCI2000