build - wookay/BlenderPlot.jl GitHub Wiki

mac

  • cmake 3.10.2
$ brew upgrade cmake
  • boost-python 1.66.0_1
$ brew install boost-python --with-python3
  • Python 3.6.4
Python-3.6.4$ ./configure --enable-framework=/usr/local/Frameworks
Python-3.6.4$ make
Python-3.6.4$ sudo make install

Julia 0.6.2

  • build PyCall.jl
julia> ENV["PYTHON"]="/usr/local/Frameworks/Python.framework/Versions/3.6/bin/python3.6"
julia> Pkg.build("PyCall")
julia> using PyCall
pyjulia$ /usr/local/Frameworks/Python.framework/Versions/3.6/bin/pip3 install .

Blender

~/blender-build/blender$ make

~/blender-build/build_darwin/bin/blender.app/Contents/MacOS ./blender