mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
9 lines
167 B
YAML
Executable File
9 lines
167 B
YAML
Executable File
language: node_js
|
|
node_js:
|
|
- 0.6
|
|
|
|
before_install:
|
|
- sudo apt-get install libcv-dev
|
|
- sudo apt-get install libopencv-dev
|
|
- sudo apt-get install libhighgui-dev
|