Skip to content
Andras Fuchs edited this page Jan 13, 2016 · 12 revisions

Build on Linux

Build on Windows with QtCreator

  1. Download QtCreator
  2. Run qt-unified-windows-x86-online.exe
  3. Select Qt 5.5, MinGW 4.9.2 32 bit, msvc2013 32-bit and QtCreator (4.2 GB)
  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 MSVC2015
  6. Start Qt shell (Start Menu / All Apps / Qt 5.6 / Qt 5.6 32 bit for Desktop (MSVC2015))
  7. Run generate_vs2015_project.bat
  8. Start Visual Studio
  9. Open the generated edfbrowser.vcxproj
  10. Press F7 to build
Clone this wiki locally