mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
305 B
TOML
17 lines
305 B
TOML
#TODO compile and test
|
|
# build instructions: https://github.com/ledger/ledger#building
|
|
[source]
|
|
git = "https://github.com/ledger/ledger"
|
|
rev = "v3.4.1"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DBUILD_LIBRARY=OFF",
|
|
]
|
|
dependencies = [
|
|
"boost",
|
|
"libgmp",
|
|
"libmpfr",
|
|
]
|