Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Now official building manual includes cabal update
Now official building manual includes cabal update, so I think it is time to have it here too.
  • Loading branch information
os11k authored Mar 28, 2023
commit 4d338926dbd0ecfc2d3cd7a1c9d9ad5fe6dbab4c
2 changes: 2 additions & 0 deletions docs/get-started/installing-cardano-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ sudo ln -s /usr/bin/clang-9 /usr/bin/clang
We can now build the `Haskell-based` `cardano-node` to produce executable binaries.

```bash
cabal update
cabal build cardano-node cardano-cli
```

Expand Down Expand Up @@ -481,6 +482,7 @@ echo "" >> cabal.project.local

#### Building and installing the node
```bash
cabal update
cabal build all
```
:::caution
Expand Down