We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba91f59 commit 13be1c9Copy full SHA for 13be1c9
servidor/README.md
@@ -27,7 +27,10 @@ To add the gem `rbsecp256k1`, we suggest:
27
doas pkg_add automake
28
and choose 1.16.x
29
30
-4. And then `rbsecp256k1` with the correct environment variables:
+4. Install `libtool`:
31
+ doas pkg_add libtool
32
+
33
+5. And then `rbsecp256k1` with the correct environment variables:
34
35
AUTOMAKE_VERSION=1.16 AUTOCONF_VERSION=2.69 doas gem install --install-dir /var/www/bundler/ruby/3.4 rbsecp256k1
36
0 commit comments