File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ about a build failure in libsecp256k1 I will close it.
160
160
Dependencies should install with
161
161
162
162
```
163
- apt install build-essential libgmp-dev libssl-dev
163
+ apt install autoconf autogen git libtool make
164
+ apt install build-essential libgmp-dev libgmp3-dev libssl-dev
164
165
```
165
166
166
167
Supported build target is currently Ubuntu 20.04 on amd64/x86_64. Issues with
@@ -179,11 +180,3 @@ Guangyan Song contributed the code in `ec_pubkey_fast.c` which more than
179
180
doubles the speed of public key computations compared with the stock secp256k1
180
181
library from Bitcoin. This code uses a much larger table for ec multiplication
181
182
and optimized routines for ec addition and doubling.
182
-
183
- Install
184
- -------
185
- sudo apt install build-essential libgmp-dev libssl-dev
186
-
187
- Install libtool:
188
-
189
- sudo apt-get update -y -qqq --fix-missing && sudo apt-get install -y -qqq autoconf libtool
You can’t perform that action at this time.
0 commit comments