Skip to content

Commit f86964e

Browse files
turionManuel Bärenz
authored andcommitted
Improved installation instructions.
1 parent 74e19cc commit f86964e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ it will automatically reload.
4545
(See [below](#non-linux-systems).)
4646
* A standard Haskell development environment, including `cabal` and `ghci`.
4747
(`stack` is not needed.)
48+
Supported GHC versions are 8.6 and 8.8.
4849
* [`ghcid`](https://github.com/ndmitchell/ghcid).
4950
* OpenGL development libraries and PulseAudio development libraries.
5051
(For other sound setups, see [below](#sound-support).)
52+
In Debian-based systems, this amounts to installing these packages:
53+
`libgl1-mesa-dev` `libglu1-mesa-dev` `freeglut3-dev` `libpulse-dev` `libblas-dev` `liblapack-dev`
5154

5255
### Non-Linux systems
5356

0 commit comments

Comments
 (0)