Installing ncurses for ruby on Windows

前端 未结 7 2033
不思量自难忘°
不思量自难忘° 2021-01-13 01:38

I am trying to install ncurses for ruby on windows. I have not installed ncurses before on my machine. I thought that having the \"ruby devkit\", it had asked for would be e

7条回答
  •  春和景丽
    2021-01-13 02:28

    Updated version:

    1. Get ncurses (MinGW Port): http://invisible-island.net/ncurses/
    2. Put it in C:\ncurses
    3. gem install curses --platform=ruby -- --with-ncurses-dir="C:\ncurses"
    4. Copy the contents of C:\ncurses\bin to somewhere in your path

    C:\ncurses can be any directory

提交回复
热议问题