Skip to content

Commit 76563a8

Browse files
committed
README: Updates build steps
1 parent f7e2a85 commit 76563a8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ about a build failure in libsecp256k1 I will close it.
160160
Dependencies should install with
161161

162162
```
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
164165
```
165166

166167
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
179180
doubles the speed of public key computations compared with the stock secp256k1
180181
library from Bitcoin. This code uses a much larger table for ec multiplication
181182
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

0 commit comments

Comments
 (0)