mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
15 lines
319 B
TOML
15 lines
319 B
TOML
#TODO missing script for "make", see https://github.com/facebook/rocksdb/blob/main/INSTALL.md
|
|
[source]
|
|
git = "https://github.com/facebook/rocksdb"
|
|
rev = "49ce8a1064dd1ad89117899839bf136365e49e79"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"zlib",
|
|
"lz4",
|
|
"bzip2",
|
|
"zstd",
|
|
"snappy",
|
|
"gflags",
|
|
]
|