mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
6010fc5ed8
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
23 lines
729 B
Text
23 lines
729 B
Text
This script builds Blender from its source code, rather than repackaging
|
|
an existing binary version. The process is therefore more complex and
|
|
time consuming but allows finer tuning of capabilities of the resulting
|
|
package. Working through the prerequisite packages from the REQUIRES field
|
|
of Blender.info results in the following basic build order:
|
|
graphics/OpenSubdiv
|
|
libraries/dcmtk
|
|
libraries/libaec
|
|
development/valgrind
|
|
graphics/potrace
|
|
libraries/pugixml
|
|
libraries/freealut
|
|
audio/jack
|
|
libraries/hdf5
|
|
python/pybind11
|
|
graphics/opencolorio
|
|
development/python3-numpy
|
|
libraries/robin-map
|
|
graphics/opencollada
|
|
libraries/tbb
|
|
graphics/openimageio
|
|
graphics/Blender
|
|
|