mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
15 lines
291 B
TOML
15 lines
291 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.com/xonotic/netradiant#advanced-compilation
|
|
[source]
|
|
git = "https://gitlab.com/xonotic/netradiant"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libxml2",
|
|
"mesa",
|
|
"gtk2",
|
|
"libjpeg",
|
|
"libpng",
|
|
"zlib",
|
|
]
|