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
1 changed files with 4 additions and 1 deletions
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
```
- Compile the Rust and Haskell portions: `make`
- Compile the Rust and Haskell portions:
```
cabal build
```
## Use