mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Merge pull request #792 from veox/doc-crypto-secp256k1
doc: crypto/secp256k1 GMP dependency package name.
This commit is contained in:
commit
94f2adb80a
1 changed files with 4 additions and 1 deletions
|
|
@ -7,8 +7,11 @@ Implements cryptographic operations for the secp256k1 ECDSA curve used by Bitcoi
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
===
|
===
|
||||||
|
|
||||||
|
GMP library headers are required to build. On Debian-based systems, the package is called `libgmp-dev`.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install gmp-dev
|
sudo apt-get install libgmp-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Now compiles with cgo!
|
Now compiles with cgo!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue