Programming Howto:Install Prerequisites: Difference between revisions
| Line 45: | Line 45: | ||
==Qt== | ==Qt== | ||
Download the Qt 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]. | ||
Use the "go open source" link to download a version of qt available for open source software: | |||
[[File:Qt_installer_1-2.png|center]] | |||
Download the Qt online installer: | |||
[[File:Qt_installer_2-2.png|center]] | |||
Run the installer: | Run the installer: | ||
| Line 50: | Line 58: | ||
[[File:Qt_installer_1.png|center]] | [[File:Qt_installer_1.png|center]] | ||
If you do not already have an account, follow the steps to create one: | |||
[[File: | [[File:qt_installer_account.png|center]] | ||
Click "Next" to start the installation: | Click "Next" to start the installation: | ||
Revision as of 16:47, 29 January 2021
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.
Use the "go open source" link to download a version of qt available for open source software:
Download the Qt online installer:
Run the installer:

If you do not already have an account, follow the steps to create one:
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. Note that VisualStudio 2017 is binary compatible with VisualStudio 2015, so you may use the MSVC2015 32-bit package for a 32bit build using VisualStudio 2017.

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.