mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Created Installing curses gem (markdown)
15
Installing-curses-gem.md
Normal file
15
Installing-curses-gem.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Since Ruby 2.1, curses was removed from Ruby standard library. :worried: If you have trouble installing curses gem, follow the instructions below.
|
||||||
|
|
||||||
|
## Arch Linux
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S base-devel
|
||||||
|
gem install curses
|
||||||
|
```
|
||||||
|
|
||||||
|
## MSYS2 (Windows)
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S base-devel gcc gmp-devel libcrypt-devel ncurses-devel
|
||||||
|
gem install curses
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user