forked from RTMilliken/EDFbrowser
-
Notifications
You must be signed in to change notification settings - Fork 1
Build the source
Andras Fuchs edited this page Jan 30, 2023
·
12 revisions
- Download Qt installer
- Run
qt-unified-windows-x64-4.5.1-online.exe - Select Qt 5.15 with MSVC 2019 64-bit, MinGW 8.1.0 64-bit and QtCreator 9
- Start QtCreator
- Open
edfbrowser.pro - Press Ctrl + B to build
- Download Visual Studio 2015 Community Edition
- Run vs_community_ENU.exe
- Install Visual Studio
- Download Qt 5.6 (beta)
- Install Qt with MSVC2019
- Start Qt shell (Start Menu / All Apps / Qt 5 / Qt 5.15 (MSVC 2019))
- Run
generate_vs2019_project.bat - Start Visual Studio
- Open the generated
edfbrowser.vcxproj - Press F7 to build