add doc/FAQ#troubleshooting for serde_json version select error + link to it from build.md (#487)

This commit is contained in:
Simon B 2017-12-14 19:07:26 +01:00 committed by AntiochP
parent 1159834321
commit c59f3ddb7c
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,9 @@ grin in case of trouble.
## Build error: Could not compile `tokio-retry`.
You need the latest rust. rustup, or [reinstall rust as described](build.md)
## Build error: `failed to select a version for 'serde_json'`
Run `cargo update? to fix this
# Short term plans
## Transaction types
- (DONE) A temporary simple transaction exchange. Temporary - will be deprecated.

View file

@ -41,6 +41,8 @@ cd grin
git checkout milestone/testnet1
cargo build
```
## Build errors
See [Troubleshooting](faq.md#troubleshooting)
#### Cross-compiling
@ -167,4 +169,3 @@ See [wallet](wallet.md) for more info on the various Grin wallet commands and op
For further information on a more complicated internal setup for testing, see the [local net documentation](local_net.md)
The [grin.toml](../grin.toml) configuration file has further information about the various options available.