mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
12 lines
306 B
TOML
12 lines
306 B
TOML
#TODO missing script for CMake, see https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux
|
|
[source]
|
|
git = "https://github.com/appleseedhq/appleseed"
|
|
rev = "015adb503af58cb80103e0c3ddeefc20d99d204f"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"zlib",
|
|
"qt5-base",
|
|
"libnsl",
|
|
]
|