yaye729125 / bbqscreen_client

Sources for the client app of BBQScreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bbqscreen_client

Sources for the client app of BBQScreen

=========================================== Compiling on Windows:

  • Install QT5 and the QT VS Add-In
  • Open the vcxproj in Visual Studio 2012
  • Build it and enjoy

Compiling on Debian/Ubuntu:

  • Install QT5 (libqt5-dev, or from source from qt-project.org)
  • Install ffmpeg libraries: apt-get install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
  • Run: qmake BBQScreenClient2.linux.pro
  • Run: make
  • The final binary will be built at ./Linux/BBQScreenClient2

Compiling on Mac OS X:

  • Install QT5 from qt-project.org
  • Download and build ffmpeg libraries from ffmpeg official website
  • Edit the BBQScreenClient2.macosx.pro to the location of the ffmpeg libraries
  • In a Terminal, run "qmake BBQScreenClient2.macosx.pro"
  • In the same terminal, run "make"

About

Sources for the client app of BBQScreen

License:GNU General Public License v2.0


Languages

Language:C++ 58.4%Language:C 40.3%Language:QMake 0.8%Language:HTML 0.4%