Update the installation settings for use by other packages #14

Merged
pitmutt merged 4 commits from rav001 into dev040 2024-02-25 22:17:52 +00:00
Showing only changes of commit 6e11ae7779 - Show all commits

View file

@ -17,7 +17,10 @@ A Haskell library to interact with the Zcash blockchain.
``` ```
./configure ./configure
``` ```
- Compile the Rust and Haskell portions: `make` - Compile the Rust and Haskell portions:
```
cabal build
```
## Use ## Use