mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
19 lines
402 B
TOML
19 lines
402 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://wiki.luxcorerender.org/Compiling_LuxCore
|
|
#TODO probably missing dependencies
|
|
[source]
|
|
git = "https://github.com/LuxCoreRender/LuxCore"
|
|
rev = "c8f10e9ddf5171fa705782a3da3f48123f96a4cb"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"bzip2",
|
|
"libtiff",
|
|
"libpng",
|
|
"gtk3",
|
|
"boost",
|
|
"mesa",
|
|
"openimageio",
|
|
"openexr",
|
|
]
|