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]] | |||
== | ==TortoiseSVN== | ||
Download the TortoiseSVN installer from [https://tortoisesvn.net tortoisesvn.net]. | |||
Run the installer: | |||
[[File:TortoiseSVN_2-1985.png|center]] | [[File:TortoiseSVN_2-1985.png|center]] | ||
Don't forget to install command line client tools | Don't forget to install command line client tools: | ||
[[File:TortoiseSVN_3-1990.png|center]] | [[File:TortoiseSVN_3-1990.png|center]] | ||
Click "Finish" to dismiss the installer dialog: | |||
[[File:TortoiseSVN_4-2001.png|center]] | [[File:TortoiseSVN_4-2001.png|center]] | ||
==CMake== | |||
Download CMake installer from [https://cmake.org cmake.org] | Download the CMake installer from [https://cmake.org cmake.org]. | ||
Run installer | Run the installer: | ||
[[File:CMake_2-2013.png|center]] | [[File:CMake_2-2013.png|center]] | ||
Choose "Add to path for all users" | Choose "Add to path for all users": | ||
[[File:CMake_3-2019.png|center]] | [[File:CMake_3-2019.png|center]] | ||
Click "Finish" to dismiss the installer dialog: | |||
[[File:CMake_4-2025.png|center]] | [[File:CMake_4-2025.png|center]] | ||
==VisualStudio== | |||
Download VisualStudio Community installer from [https://visualstudio.com/downloads/ visualstudio.com] | Download the VisualStudio Community installer from [https://visualstudio.com/downloads/ visualstudio.com]. | ||
Run installer | Run the installer: | ||
[[File:install_vs2017_community_1.png|center]] | [[File:install_vs2017_community_1.png|center]] | ||
Make sure to install the C++ compiler | Make sure to install the C++ compiler: | ||
[[File:install_vs2017_community_2.png|600px|center]] | [[File:install_vs2017_community_2.png|600px|center]] | ||
==Qt== | |||
Download the open source installer from [https://www.qt.io/download www.qt.io] | Download the Qt open source installer from [https://www.qt.io/download www.qt.io]. | ||
Run installer | Run the installer: | ||
[[File:qt_installer_1.png|center]] | [[File:qt_installer_1.png|center]] | ||
Click "Skip" when prompted for a Qt account | Click "Skip" when prompted for a Qt account: | ||
[[File:qt_installer_2.png|center]] | [[File:qt_installer_2.png|center]] | ||
Click "Next" to start the installation: | |||
[[File:qt_installer_3.png|center]] | [[File:qt_installer_3.png|center]] | ||
Choose a directory, and click "Next" to continue: | |||
[[File:qt_installer_4.png|center]] | [[File:qt_installer_4.png|center]] | ||
Choose a Qt version that is consistent with the version of VisualStudio you downloaded earlier | Choose a Qt version that is consistent with the version of VisualStudio you downloaded earlier: | ||
[[File:qt_installer_5.png|center]] | [[File:qt_installer_5.png|center]] | ||
Agree to the License Agreement, and click "Next" to continue: | |||
[[File:qt_installer_6.png|center]] | [[File:qt_installer_6.png|center]] | ||
Click "Next" when prompted for Start Menu shortcuts: | |||
[[File:qt_installer_7.png|center]] | [[File:qt_installer_7.png|center]] | ||
Click "Install" to download and install Qt files: | |||
[[File:qt_installer_8.png|center]] | [[File:qt_installer_8.png|center]] | ||
Progress will be indicated during installation. | |||
[[File:qt_installer_9.png|center]] | [[File:qt_installer_9.png|center]] | ||
Installation may take a long time | Installation may take a long time. | ||
[[File:qt_installer_10.png|center]] | [[File:qt_installer_10.png|center]] | ||
Uncheck "Launch Qt Creator" before clicking "Finish" | Uncheck "Launch Qt Creator" before clicking "Finish": | ||
[[File:qt_installer_11.png|center]] | [[File:qt_installer_11.png|center]] | ||
Revision as of 14:06, 16 August 2018
Back
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.