From: daniel watson Date: Fri, 8 Jul 2011 23:25:24 +0000 (-0700) Subject: update install for ubuntu 11.04 X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=commitdiff_plain;h=26bd50879406ebe65c482d0aafc27a008f0606c4 update install for ubuntu 11.04 --- diff --git a/TODO b/TODO index c1b46c1..420ae61 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,7 @@ -* check if file passed in with -c switch exists, complain if not +(track this down: +dginn% ./oble -c ~/Downloads/haarcascade_frontalface_alt.xml +Corrupt JPEG data: 160038 extraneous bytes before marker 0x69 +ERROR: frame is null...) FOR SCREENSAVER: * gnome-screensaver-command --poke * find irc channel to ask if my understanding is correct diff --git a/initial_oble_setup_ubuntu.bash b/initial_oble_setup_ubuntu.bash index 5084f94..3d1fd24 100755 --- a/initial_oble_setup_ubuntu.bash +++ b/initial_oble_setup_ubuntu.bash @@ -1,4 +1,4 @@ #!/bin/bash -sudo aptitude install -y libcv{4,-dev} opencv-doc libcvaux-dev python-opencv \ - libx11-dev libxext-dev libxss-dev libhighgui-dev +sudo aptitude install -y libcv2.1 libcvaux2.1 libcvaux-dev opencv-doc \ + python-opencv libx11-dev libxext-dev libxss-dev libhighgui-dev