Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Mathe committed Oct 6, 2012
1 parent 773c985 commit a8a7ba7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
@@ -1 +1,20 @@
Website:
http://johmathe.name/shotdetect.html

Dependencies:
sudo apt-get install libavdevice-dev libavformat-dev libgd2-noxpm libgd2-noxpm-dev
# Graphical version
sudo apt-get install libwxgtk2.6-dev wx2.6-doc libwxgtk2.6-headers

Building:
mkdir -p build
cd build
cmake ..

Building a command line version:
mkdir -p build
cd build
cmake -D USE_WXWIDGETS:BOOL=OFF ..

Comments:
johmathe@nonutc.fr

0 comments on commit a8a7ba7

Please sign in to comment.