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 MSVC2015
- Start Qt shell (Start Menu / All Apps / Qt 5.6 / Qt 5.6 32 bit for Desktop (MSVC2015))
- Run generate_vs2015_project.bat
- Start Visual Studio
- Open the generated edfbrowser.vcxproj
- Press F7 to build