redox/recipes/wip/luxcorerender/recipe.toml
2023-11-30 18:13:53 +00:00

17 lines
383 B
TOML

#TODO missing script for CMake, see https://wiki.luxcorerender.org/Compiling_LuxCore
#TODO probably missing dependencies
[source]
tar = "https://github.com/LuxCoreRender/LuxCore/archive/refs/tags/luxcorerender_v2.6.tar.gz"
[build]
template = "custom"
dependencies = [
"bzip2",
"libtiff",
"libpng",
"gtk3",
"boost",
"mesa",
"openimageio",
"openexr",
]