Add note about compilation issues to known problems in README.md
This commit is contained in:
parent
ba80c6e409
commit
2e0501628b
10
README.md
10
README.md
@ -64,9 +64,19 @@ See `ghcup --help`.
|
|||||||
|
|
||||||
## Known problems
|
## Known problems
|
||||||
|
|
||||||
|
### Precompiled binaries
|
||||||
|
|
||||||
Since this uses precompiled binaries you may run into
|
Since this uses precompiled binaries you may run into
|
||||||
problems with ncurses and missing libtinfo, in case
|
problems with ncurses and missing libtinfo, in case
|
||||||
your distribution doesn't use the legacy way of building
|
your distribution doesn't use the legacy way of building
|
||||||
ncurses and has no compatibility symlinks in place.
|
ncurses and has no compatibility symlinks in place.
|
||||||
|
|
||||||
Ask your distributor on how to solve this.
|
Ask your distributor on how to solve this.
|
||||||
|
|
||||||
|
### Compilation
|
||||||
|
|
||||||
|
Although this script can compile GHC for you, it's just a very thing
|
||||||
|
wrapper around the build system. It makes no effort in trying
|
||||||
|
to figure out whether you have the current toolchain and
|
||||||
|
the correct dependencies. Refer to [the official docs](https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Linux)
|
||||||
|
on how to prepare your environment for building GHC.
|
||||||
|
Loading…
Reference in New Issue
Block a user