chili-epfl / attention-tracker

136 stars 96 forks source link

Update README.md to add more details on dependencies and running tests #6

Closed mohataher closed 8 years ago

mohataher commented 8 years ago

The scripts installs OpenCV and all dependencies that might be required to run any of its routines. Is it too much for your library?

severin-lemaignan commented 8 years ago

Sorry, my question was: why not simply sudo apt-get install libopencv-dev?

mohataher commented 8 years ago

I prefer to do a full installation to all other libraries that OpenCV might require. If you're sure that this is all your library needs, then I will change it.

severin-lemaignan commented 8 years ago

Well, apt will take care of installing all OpenCV dependencies!

severin-lemaignan commented 8 years ago

Merged, thanks!