Build hints - RSATom/QmlVlcDemo GitHub Wiki

Windows build hints

  • Install Git;
  • Install Qt5;
  • Install VLC;
  • Add VLC home directory to your %PATH% environment variable;
  • Get sources with git clone --recursive https://github.com/RSATom/QmlVlcDemo.git;
  • Run QtCreator and open QmlVlcDemo.pro
  • If you plan build QmlVlcDemo with Visual Studio you have to install Visual Studio Add-in for Qt5;
  • To open .pro in Visual Studio select from menu: QT5 -> Open Qt Project File (.pro)... and select QmlVlcDemo.pro;

Ubuntu build hints

  • sudo apt-get install build-essential git libvlc-dev qt5-default qtdeclarative5-dev qtdeclarative5-qtquick2-plugin qtdeclarative5-quicklayouts-plugin libqt5qml-graphicaleffects libqt5multimedia5 libqt5multimedia5-plugins qtdeclarative5-qtmultimedia-plugin qtmultimedia5-dev qtcreator
  • sudo /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
  • Get sources with git clone --recursive https://github.com/RSATom/QmlVlcDemo.git
  • Run QtCreator and open QmlVlcDemo.pro
⚠️ **GitHub.com Fallback** ⚠️