Skip to content

Instantly share code, notes, and snippets.

@shyoshyo
Last active November 27, 2018 17:57
Show Gist options
  • Save shyoshyo/b36d14e694d73b6aa407fa7ac7592268 to your computer and use it in GitHub Desktop.
Save shyoshyo/b36d14e694d73b6aa407fa7ac7592268 to your computer and use it in GitHub Desktop.
env CC=(which gcc) CXX=(which g++) cmake ../blender-2.79b/ -DPYTHON_LIBRARY=$HOME/.local/miniconda3/envs/py35/lib/libpython3.5m.so -DPYTHON_LIBPATH=$HOME/.local/miniconda3/envs/py35/lib/ -DPYTHON_INCLUDE_DIR=$HOME/.local/miniconda3/envs/py35/include/python3.5m/ -DPYTHON_INCLUDE_CONFIG_DIR=$HOME/.local/miniconda3/envs/py35/lib/pkgconfig/ -DWITH_CYCLES=false -DWITH_SYSTEM_GLEW=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment