Programming Howto:Install Prerequisites: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==Back== | |||
To [[Programming Howto:Building and Customizing BCI2000|this howto's overview page]] | |||
==TortoiseSVN== | ==Tutorial steps== | ||
===TortoiseSVN=== | |||
Download TortoiseSVN installer from [https://tortoisesvn.net tortoisesvn.net] | Download TortoiseSVN installer from [https://tortoisesvn.net tortoisesvn.net] | ||
| Line 15: | Line 18: | ||
[[File:TortoiseSVN_4-2001.png|center]] | [[File:TortoiseSVN_4-2001.png|center]] | ||
==CMake== | ===CMake=== | ||
Download CMake installer from [https://cmake.org cmake.org] | Download CMake installer from [https://cmake.org cmake.org] | ||
| Line 29: | Line 32: | ||
[[File:CMake_4-2025.png|center]] | [[File:CMake_4-2025.png|center]] | ||
==VisualStudio== | ===VisualStudio=== | ||
Download VisualStudio Community installer from [https://visualstudio.com/downloads/ visualstudio.com] | Download VisualStudio Community installer from [https://visualstudio.com/downloads/ visualstudio.com] | ||
| Line 40: | Line 43: | ||
[[File:install_vs2017_community_2.png|600px|center]] | [[File:install_vs2017_community_2.png|600px|center]] | ||
==Qt== | ===Qt=== | ||
Download the open source installer from [https://www.qt.io/download www.qt.io] | Download the open source installer from [https://www.qt.io/download www.qt.io] | ||
Revision as of 13:56, 16 August 2018
Back
Tutorial steps
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.