Skip to content

djazo/blender-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Build Blender or dependency libraries

Usage:

Build the Docker image with

# docker build . -t blender-build

First run the library building:

# docker run --rm -ti --mount type=bind,source=/your/blender/source,target=/data/blender --mount type=bind,source=/your/blender/dependency/lib,target=/data/lib --mount type=bind,source=/your/blender/builddir,target=/data/build blender-build buildlibs

Then you can just build the Blender itself:


# docker run --rm -ti --mount type=bind,source=/your/blender/source,target=/data/blender --mount type=bind,source=/your/blender/dependency/lib,target=/data/lib --mount type=bind,source=/your/blender/builddir,target=/data/build blender-build build

About

Build Blender for Linux 64bit using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published