redox/recipes/wip/graphics/luxcorerender/recipe.toml
2024-02-16 22:05:40 +00:00

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",
]