Skip to content
David Millán Escrivá edited this page Feb 27, 2014 · 6 revisions

Linux/Ubuntu

Dependencies

  • 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.

Building Steps

  1. Download BlendOcv
  2. Create a folder output of Download folder
  3. cmake ../blendocv
  4. make
  5. make install (this last command copy all python script files that blender need for UI)
Clone this wiki locally