mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
split up install
This commit is contained in:
parent
7efed0ecab
commit
6d395bd35f
10
.travis.yml
10
.travis.yml
@ -3,5 +3,13 @@ node_js:
|
||||
- 0.6
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install libavformat-dev ffmpeg libcv2.1 libcvaux2.1 libhighgui2.1 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
|
||||
- sudo apt-get upgrade
|
||||
- sudo apt-get install libavformat-dev
|
||||
- sudo apt-get install ffmpeg
|
||||
- sudo apt-get install libcv2.1
|
||||
- sudo apt-get install libcvaux2.1
|
||||
- sudo apt-get install libhighgui2.1
|
||||
- sudo apt-get install libcv-dev
|
||||
- sudo apt-get install libcvaux-dev
|
||||
- sudo apt-get install libhighgui-dev
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user