Updated README

devel
Aadhavan Srinivasan 2 years ago
parent c5c46ebd36
commit e0fdcb555d

@ -5,8 +5,8 @@ It uses a custom-compiled version of ncurses, and will likely crash if used wit
<br>
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.

Loading…
Cancel
Save