File: INSTALL

package info (click to toggle)
ffmpegthumbnailer 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 904 kB
  • sloc: cpp: 11,154; ansic: 76; sh: 37; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
Basic Installation
==================

Perform cmake configuration:
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GIO=ON -DENABLE_THUMBNAILER=ON .

Build the code:
make

Install:
make install