mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
18 lines
388 B
TOML
18 lines
388 B
TOML
#TODO missing script for CMake, see https://wiki.luxcorerender.org/Compiling_LuxCore
|
|
#TODO probably missing dependencies
|
|
[source]
|
|
git = "https://github.com/LuxCoreRender/LuxCore"
|
|
rev = "c8f10e9ddf5171fa705782a3da3f48123f96a4cb"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"bzip2",
|
|
"libtiff",
|
|
"libpng",
|
|
"gtk3",
|
|
"boost",
|
|
"mesa",
|
|
"openimageio",
|
|
"openexr",
|
|
]
|