Skip to content

Commit

Permalink
Update README - add libgmp (#285)
Browse files Browse the repository at this point in the history
* Update README - add libgmp

Adding dependency for GMP

* Update README.md

Co-authored-by: Gus Gutoski <[email protected]>
  • Loading branch information
Tomas-Eminger and ggutoski authored Apr 22, 2022
1 parent 3d29a1e commit b6a7888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ git clone [email protected]:axelarnetwork/tofnd.git --recursive
$ rustup component add rustfmt
```
`tofnd` depends on `tofn`, which needs the GNU Multiple Precision Arithmetic Library
* MacOS: `brew install gmp`
* Ubuntu: `sudo apt install libgmp-dev`
# Running the server
```
Expand Down Expand Up @@ -76,6 +80,7 @@ For more information, see on mnemonic options, see [Mnemonic](#mnemonic).
5. By default, `tofnd` expects a password from the standard input. Users that don't want to use passwords can use the `--no-password` flag. **Attention: Use `--no-password` only for testing .**
```
A threshold signature scheme daemon

USAGE:
tofnd [FLAGS] [OPTIONS]

Expand Down

0 comments on commit b6a7888

Please sign in to comment.