Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
Adding a note to address @coot 's comment (#2713 (comment))
  • Loading branch information
olgahryniuk authored May 31, 2021
1 parent 8126645 commit 53c984f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ We explicitly use the GHC version that we installed earlier. This avoids defaul

cabal configure --with-compiler=ghc-8.10.4

Note, that for a development build you can update the local project file to use the VRF library that you installed earlier:

echo "package cardano-crypto-praos" >> cabal.project.local
echo " flags: -external-libsodium-vrf" >> cabal.project.local

#### Building and installing the node

Build the node and CLI with `cabal`:
Expand Down

0 comments on commit 53c984f

Please sign in to comment.