Skip to content

Deploy SDK Without Building QtAV

hninhninhtun edited this page Sep 15, 2022 · 10 revisions

Since 1.5.0. OSX is supported now.

Since 1.6.0, deploying QtAV SDK without source code and build is supported by prebuilt release packages.

Make sure you have the same Qt major&minor version as QtAV release packages and same same compiler(mingw or vc)

OSX

  • Download player dmg package from sourceforge latest release https://sourceforge.net/projects/qtav/files/release
  • Install player to /Applications
  • run /Applications/player.app/sdk_osx.sh ~/Qt5.5.0/5.5/clang_64/lib to install QtAV libraries to Qt library dir(here assume your Qt is installed in ~/Qt5.5.0) or just run /Applications/player.app/sdk_osx.sh and follow the guide

If you want to use QML module, you have to use QMLPlayer.dmg. It also includes QtAVWidgets module since 1.9.0.

Linux and Windows

  • Download latest release installer and install. Or download the latest windows build from https://sourceforge.net/projects/qtav/files/ci
  • Goto installed/extracted dir and run sdk_deploy.sh(linux) or sdk_deploy.bat(windows) and follow the guide