Skip to content

Commit

Permalink
make sure secp256k1 only compiled in static mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoAxl authored Apr 9, 2018
1 parent 9ed5c48 commit 35c4061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ build libsecp256k1
```
cd ~/Linda/src/secp256k1
./autogen.sh
./configure
./configure --enable-static --disable-shared
make
```
Just by precaution, go to secp256k1/.libs dir and delete all non static libs (all except *.a files) to make sure only that one will be used during linking
Just by precaution, go to secp256k1/.libs dir and delete all non static libs (all except *.a files) if present, to make sure only static libs will be used during linking

go back to Lindacoin dir to modify Linda-qt.pro if needed :
```
Expand Down

0 comments on commit 35c4061

Please sign in to comment.