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 2015 Community Edition
  2. Run vs_community_ENU.exe
  3. Install Visual Studio
  4. Download Qt 5.6 (beta)
  5. Install Qt with MSVC2019
  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.vcxproj
  10. Press F7 to build
Clone this wiki locally