Difference between revisions of "OpenCine.Build Instructions"

From apertus wiki
Jump to: navigation, search
Line 1: Line 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
== Ubuntu ==
== Ubuntu ==
;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

Revision as of 21:34, 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