Merge branch 'readme'
This commit is contained in:
commit
8308db964c
18
README.md
18
README.md
|
@ -221,29 +221,13 @@ cd vendor/nim-blscurve
|
||||||
|
|
||||||
Report any errors you encounter, please, if not [already documented](https://github.com/status-im/nimbus/issues)!
|
Report any errors you encounter, please, if not [already documented](https://github.com/status-im/nimbus/issues)!
|
||||||
|
|
||||||
|
|
||||||
Sometimes, the build will fail even though the latest CI is green - here are a few tips to handle this:
|
|
||||||
|
|
||||||
#### Using the Makefile
|
|
||||||
|
|
||||||
* Turn it off and on again:
|
* Turn it off and on again:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make clean
|
make clean
|
||||||
make update
|
make update
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Using Nimble directly
|
|
||||||
|
|
||||||
* Wrong Nim version
|
|
||||||
* We depend on many bleeding-edge features - Nim regressions often happen
|
|
||||||
* Use the [Status fork](https://github.com/status-im/Nim) of Nim
|
|
||||||
* Wrong versions of dependencies
|
|
||||||
* nimble dependency tracking often breaks due to its global registry
|
|
||||||
* wipe the nimble folder and try again
|
|
||||||
* C compile or link fails
|
|
||||||
* Nim compile cache is pretty buggy and sometimes will fail to recompile
|
|
||||||
* wipe your nimcache folder
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed and distributed under either of
|
Licensed and distributed under either of
|
||||||
|
|
Loading…
Reference in New Issue