Difference between revisions of "OpenCine.Build Instructions"

From apertus wiki
Jump to: navigation, search
Line 13: Line 13:
;Install required packages
;Install required packages
: sudo apt-get install git cmake build-essential freeglut3-dev libavformat-dev libswscale-dev libavfilter-dev libavdevice-dev libavresample-dev
: sudo apt-get install git cmake build-essential freeglut3-dev libavformat-dev libswscale-dev libavfilter-dev libavdevice-dev libavresample-dev
;Qt 5.8 (same aplpies to 5.7)
* Download Qt installer from [[http://download.qt.io/official_releases/qt/5.8/5.8.0/$qt_install]]
: You can do it through command line also: wget http://download.qt.io/official_releases/qt/5.8/5.8.0/$qt_install

Revision as of 21:38, 1 March 2017

1 Prerequisites

Installation will be described in the OS related sections.

  • Ubuntu / LinuxMint
  • Qt 5.7 or 5.8
  • Git
  • CMake
  • GCC / G++
  • OpenGL headers (e.g. FreeGLUT3 dev package)
  • FFMPEG dev libraries

2 Ubuntu

Install required packages
sudo apt-get install git cmake build-essential freeglut3-dev libavformat-dev libswscale-dev libavfilter-dev libavdevice-dev libavresample-dev
Qt 5.8 (same aplpies to 5.7)
  • Download Qt installer from [[1]]
You can do it through command line also: wget http://download.qt.io/official_releases/qt/5.8/5.8.0/$qt_install