mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Update build.md (#960)
This commit is contained in:
parent
e13c22356a
commit
ffa5bfe16f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ say, for a Raspberry Pi.
|
||||||
Building `grin_pow` might fail if you're not on a x86_64 system,
|
Building `grin_pow` might fail if you're not on a x86_64 system,
|
||||||
because that crate also builds external Cuckoo mining plugins.
|
because that crate also builds external Cuckoo mining plugins.
|
||||||
|
|
||||||
To avoid building mining plugins, ensure your `pow/Cargo.toml' has a line
|
To avoid building mining plugins, ensure your `pow/Cargo.toml` has a line in section `[dependencies.cuckoo_miner]`
|
||||||
|
|
||||||
```
|
```
|
||||||
features=["no-plugin-build"]
|
features=["no-plugin-build"]
|
||||||
|
|
Loading…
Reference in a new issue