Installing prerequisite software - CST-Modelling-Tools/fluxtracer GitHub Wiki

In order to start using FluxTracer, users need to install relevant software. This article explains how to install and set-up the required software. FluxTracer is build with QT Creator as the Integrated Development Environment (IDE) and Microsoft Visual Studio 64bits and MinGW 32bits as the compilers. Thus, to start using FluxTracer please go through the following steps:

image

Installing QT

Visit the Qt download page in any browser, such as Microsoft Edge, Mozilla Firefox or Google Chrome.

Click “Go open source”

Click “Download” button.

Double click the downloaded .exe file.

Click “Next”

image

Login to Qt Account or Sign Up and click “Next”

image

Click “Next”

image

Specify the directory where Qt will be installed and click “Next”.

image

Select the latest stable version below “Qt” and Click “Next”.

image

Accept the terms and click “Next”.

image

Click “Next”

image

The software is now ready to install. Click “Install”.

image

Wait for the installation to complete and click “Finish”.

Installing Microsoft Visual Studio

Now we need the Microsoft Visual Studio compiler, so we need to download the Microsoft Visual Studio IDE.

Visit the Microsoft Visual Studio download page in any browser, such as Microsoft Edge, Mozilla Firefox or Google Chrome.

Click “Community 2017”

Double click the .exe file.

Click “Yes”.

Click “Continue”

image

Select “Desktop development with C++” and click “Install”.

image

Wait for the installation to complete and click “Finish”.

Setting-up QT Creator

Open Qt Creator.

Click “New Project”.

Click “Git Clone”.

Enter: a) In "Repository" the Git Address Repository, b) the path to save the project c) the directory

image

Click “Next” Click “Finish”