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 Community Edition
- Run
vs_community_ENU.exe
- Install Visual Studio
- Download Qt 5)
- Install Qt with MSVC 2019 64-bit
- 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.sln
or theedfbrowser.vcxproj
- Press F7 to build
- If you have missing DLL files, copy them from the Qt binaries directory
- When ready to make a release, you can generate a standalone application file following this tutorial