Skip to content
Andras Fuchs edited this page Jan 30, 2023 · 12 revisions

Build on Linux

Build on Windows with QtCreator

  1. Download Qt installer
  2. Run qt-unified-windows-x64-4.5.1-online.exe
  3. Select Qt 5.15 with MSVC 2019 64-bit, MinGW 8.1.0 64-bit and QtCreator 9 image
  4. Start QtCreator
  5. Open edfbrowser.pro
  6. Press Ctrl + B to build

Build on Windows with Visual Studio

  1. Download Visual Studio Community Edition
  2. Run vs_community_ENU.exe
  3. Install Visual Studio
  4. Download Qt 5)
  5. Install Qt with MSVC 2019 64-bit
  6. Start Qt shell (Start Menu / All Apps / Qt 5 / Qt 5.15 (MSVC 2019))
  7. Run generate_vs2019_project.bat
  8. Start Visual Studio
  9. Open the generated edfbrowser.sln or the edfbrowser.vcxproj
  10. Press F7 to build
  11. If you have missing DLL files, copy them from the Qt binaries directory
  12. When ready to make a release, you can generate a standalone application file following this tutorial