diff options
Diffstat (limited to 'graphics/Blender/README')
-rw-r--r-- | graphics/Blender/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/Blender/README b/graphics/Blender/README index d415695a6c..0cc2e3dec5 100644 --- a/graphics/Blender/README +++ b/graphics/Blender/README @@ -7,3 +7,8 @@ a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, particle and other simulation, scripting, rendering, compositing,post-production, and game creation. + +CUDA support is included if a CUDA installation is detected at build time. +It may be disable by passing CUDA=no when building e.g. + CUDA=no sh ./Blender.SlackBuild + |