-
Notifications
You must be signed in to change notification settings - Fork 18
Building BlendOcv
David Millán Escrivá edited this page Feb 27, 2014
·
6 revisions
- OpenCV
- git
- openxr
- xinput
- openjpg
- png12
- jpeg
- python3.3
- glu-mesa
- freetype
- tiff
- ffmpeg av
You can copy and paste this line to install all needed dependencies:
sudo apt-get install git build-essential libopenexr-dev libxi-dev libopenjpeg-dev libpng12-dev libjpeg-dev python3.3-dev python3.3 libglu1-mesa-dev libfreetype6-dev libtiff4-dev libavdevice-dev libavformat-dev libavutil-dev libavcodec-dev libswscale-dev libx264-dev libxvidcore4-dev libmp3lame-dev
For build BlendOcv you need CMake.
- Download BlendOcv
- Create a folder output of Download folder
- cmake ../blendocv
- make
- make install (this last command copy all python script files that blender need for UI)