From e0fdcb555d87963f0d3caa6d275858d0d2f1ffa0 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Sat, 15 Oct 2022 09:22:46 -0500 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df8eee1..ece745f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ It uses a custom-compiled version of ncurses, and will likely crash if used wit
The following steps are used to compile the version of ncurses that this program needs: - Grab the ncurses source code from [here](https://invisible-mirror.net/archives/ncurses/ncurses-6.3.tar.gz) -- Run the configure script with the `--with-pthread --with-shared` options. -- Run `make` and `make install`. +- Run the configure script (for ncurses) with the `--with-pthread --with-shared` options. +- Run `make` and `make install` to compile and install the library.