Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.22 KB

INSTALL.md

File metadata and controls

43 lines (31 loc) · 1.22 KB

Installation of Software

Qt

Download Qt and install it.

Set Environmental Variables

Windows 10:

  • Open Control Panel
  • Go to 'System and Security\System'
  • Click on 'Advance system settings'
  • Click on 'Environmental Variables'
  • Under System variables open 'Path'
  • Add a new path to the Qt '\msvc' and '\msvc\bin' folder
    • Example:
      • D:\Qt5-14-2\5.14.2\msvc2017\bin
      • D:\Qt5-14-2\5.14.2\msvc2017

Boost

Download Boost and install it.

Set Environmental Variables

Windows 10:

  • Open Control Panel
  • Go to 'System and Security\System'
  • Click on 'Advance system settings'
  • Click on 'Environmental Variables'
  • Add 'BOOST_ROOT' with the root folder as value.
    • Example 'D:\boost_1_69_0"
  • Add 'BOOST_INCLUDEDIR' with the root folder as value.
    • Example 'D:\boost_1_69_0"
  • Add 'BOOST_LIBRARYDIR' with the msvc folder as value.
    • Example 'D:\boost_1_69_0\lib32-msvc-14.1"
  • Add 'boost_1_69_0\lib32-msvc-14.1' to the path variable.

K-Lite Codec Pack

To use play audio and video on windows the K-Lite Codec Pack needs to be installed.