Update build.md (#960)

This commit is contained in:
chri2 2018-04-16 10:58:50 +02:00 committed by Yeastplume
parent e13c22356a
commit ffa5bfe16f

View file

@ -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"]