mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
8 lines
304 B
TOML
8 lines
304 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/libfuse/libfuse#installation
|
|
#TODO require a redox daemon (userspace equivalent of the Linux kernel module)
|
|
[source]
|
|
tar = "https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz"
|
|
[build]
|
|
template = "meson"
|