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

Commit

Permalink
Merge pull request #455 from ShrykeWindgrace/master
Browse files Browse the repository at this point in the history
Add installation instructions for windows users
  • Loading branch information
alanz authored Jan 30, 2018
2 parents 4fd4cc8 + 813b0a7 commit 3787093
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit 3787093

Please sign in to comment.