mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
16 lines
305 B
TOML
16 lines
305 B
TOML
#TODO missing script for gnu make: https://github.com/facebook/rocksdb/blob/main/INSTALL.md
|
|
[source]
|
|
git = "https://github.com/facebook/rocksdb"
|
|
rev = "v10.7.5"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"zlib",
|
|
"lz4",
|
|
"bzip2",
|
|
"zstd",
|
|
"snappy",
|
|
"gflags",
|
|
]
|