Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gentoo installation details #2778

Merged
merged 2 commits into from
Mar 14, 2022
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
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ sudo apt install libicu-dev libncurses-dev libgmp-dev zlib1g-dev
sudo dnf install libicu-devel ncurses-devel zlib-devel
```

**Gentoo**

Haskell-language-server is available via the haskell overlay. Follow the instructions [here](https://github.com/gentoo-haskell/gentoo-haskell) to install the overlay, then run:
paul-jewell marked this conversation as resolved.
Show resolved Hide resolved

```bash
emerge -av dev-util/haskell-language-server
```
Depending on your system setup, you may need to enable the unstable flag for this package before install, and possible also for the dependencies. If you enabled the ~testing versions as explained in the gentoo-haskell overlay instructions, then this won't be necessary.
paul-jewell marked this conversation as resolved.
Show resolved Hide resolved

### Windows-specific pre-requirements

In order to avoid problems with long paths on Windows you can do either one of the following:
Expand Down