Commit 03a8059
committed
copilot: Include missing dependencies in installation instructions. Refs #591.
The Linux section of the README lists GHC and Cabal as dependencies, but
more packages are needed. Specifically, in a fresh new Ubuntu as
provided via the Docker Hub, users also need to install libz-dev and
pkg-config. The programs alex and happy also need to be available.
This commit adjust the installation instructions for Linux distributions
where Copilot is not directly available as a package to include other
dependencies needed, namely libz-dev, pkg-config, alex and happy.
The text prior to the instructions is also updated to reflect that this
is no longer just the Haskell toolchain but, rather, all dependencies of
Copilot.1 parent f055d82 commit 03a8059
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments