blob: ae3123fd9466c17771681f2ce9338d719199e8bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
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:
libraries/libaec
graphics/opencollada
libraries/yaml-cpp
libraries/ptex
graphics/potrace
libraries/tbb
libraries/dcmtk
development/valgrind
python/python3-flit_core
libraries/robin-map
python/python3-installer
libraries/freealut
libraries/hdf5
graphics/OpenSubdiv
python/python3-wheel
python/python3-pyproject-hooks
libraries/pugixml
python/python3-build
python/python3-pyproject-metadata
python/python3-meson-opt
python/python3-packaging-opt
python/pybind11
python/python3-mesonpy
audio/jack
graphics/opencolorio
development/python3-numpy
graphics/openimageio
graphics/Blender
|