User Tools

Site Tools


shotdetect

Differences

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

Link to this comparison view

shotdetect [2016/05/31 13:49]
wbeckett
shotdetect [2021/06/04 02:16]
Line 1: Line 1:
-==== SHOTDETECT ==== 
- 
-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/​ 
- 
-Then:  
- 
-ln -s /​usr/​local/​include/​libxml2 /​usr/​include/​libxml2 
- 
- 
- 
- 
- 
-<​code>​ 
-required for building libxml2 
- 
-sudo apt-get install libtool 
- 
-sudo apt-get install autoconf 
- 
-</​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)