Commit 94f2adb8 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #792 from veox/doc-crypto-secp256k1

doc: crypto/secp256k1 GMP dependency package name.
parents 2f8809df 958c04e7
...@@ -7,8 +7,11 @@ Implements cryptographic operations for the secp256k1 ECDSA curve used by Bitcoi ...@@ -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!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment