User Tools

Site Tools


shotdetect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

shotdetect [2016/06/03 14:34]
wbeckett
shotdetect [2021/06/04 02:16]
Line 1: Line 1:
-====== SHOTDETECT ===== 
- 
-Requires cmake: https://​cmake.org/​download/​ 
- 
- 
-sudo apt-get install libavdevice-dev libavformat-dev libgd2-noxpm libgd2-noxpm-dev 
- 
- 
-==== First - basic error: ==== 
- 
-no clang++ 
- 
-This fixes the first error: 
- 
-sudo apt-get install clang-3.5 llvm 
- 
-<​code>​ 
-sudo ln -s /​usr/​bin/​clang-3.5 /​usr/​bin/​clang 
-sudo ln -s /​usr/​bin/​clang++-3.5 /​usr/​bin/​clang++ 
-</​code>​ 
- 
- 
-==== Next error is related to a missing header file fixed with this: ===== 
- 
-sudo apt-get install libswscale-dev 
- 
-==== XML errors - fixed: ===== 
- 
-https://​git.gnome.org/​browse/​libxml2/​ 
- 
- 
- 
- 
- 
-<​code>​ 
-required for building libxml2 
- 
-sudo apt-get install libtool 
- 
-sudo apt-get install autoconf 
- 
-Then:  
- 
-ln -s /​usr/​local/​include/​libxml2 /​usr/​include/​libxml2 
- 
- 
- 
-</​code>​ 
- 
- 
-==== Missing Python.h ==== 
- 
-sudo apt-get install python-dev 
- 
- 
-==== Missing xslt header ===== 
- 
-sudo apt-get install libxslt1-dev 
- 
  
shotdetect.txt · Last modified: 2021/06/04 02:16 (external edit)