You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional dependencies that may be required: llvm libnuma-dev
49
77
50
78
If you are using a different flavor of Linux, you will need to use the correct package manager for your platform instead of `yum` or `apt-get`, and the names of the packages you need to install might differ.
@@ -282,6 +310,7 @@ Build the node and CLI with `cabal`:
282
310
```bash
283
311
cabal update
284
312
cabal build all
313
+
cabal build cardano-cli
285
314
```
286
315
287
316
Install the newly built node and CLI commands to the `~/.local/bin` directory:
0 commit comments