|
|
@ -7,7 +7,7 @@ The following steps are used to compile the version of ncurses that this program
|
|
|
|
- Grab the ncurses source code from [here](https://invisible-mirror.net/archives/ncurses/ncurses-6.3.tar.gz)
|
|
|
|
- Grab the ncurses source code from [here](https://invisible-mirror.net/archives/ncurses/ncurses-6.3.tar.gz)
|
|
|
|
- Run the configure script (for ncurses) with the `--with-pthread --with-shared` options.
|
|
|
|
- Run the configure script (for ncurses) with the `--with-pthread --with-shared` options.
|
|
|
|
- Run `make` and `make install` to compile and install the library.
|
|
|
|
- Run `make` and `make install` to compile and install the library.
|
|
|
|
|
|
|
|
-TODO - Update install script to fetch and compile pdcurses source code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|