Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Add installation instructions for windows users #455

Merged
merged 1 commit into from
Jan 30, 2018
Merged
Changes from all commits
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ stack --stack-yaml=stack-8.2.1.yaml install
stack --stack-yaml=stack-8.0.2.yaml install
```

#### Installation on Windows

In order to avoid problems with long paths you can do the following:

1. Edit the group policy: set "Enable Win32 long paths" to "Enabled". Works only only for Windows 10

2. Clone the `haskell-ide-engine` to the root of your logical drive (e.g. to `E:\hie`)


### Installation with Nix

Alternatively, given that you have Nix installed:
Expand Down