|
|
@ -1,11 +1,12 @@
|
|
|
|
### TedFlex - a File Explorer / Text Editor
|
|
|
|
### TedFlex - a File Explorer / Text Editor
|
|
|
|
TedFlex is an ncurses-based File Explorer and Text Editor application, written in C.
|
|
|
|
TedFlex is an ncurses-based File Explorer and Text Editor application, written in C.
|
|
|
|
<br>
|
|
|
|
<br><br><br>
|
|
|
|
It uses a custom-compiled version of ncurses, and will likely crash if used with a regular ncurses library.
|
|
|
|
It uses a custom-compiled version of ncurses, and will likely crash if used with a regular ncurses library.
|
|
|
|
|
|
|
|
<br>
|
|
|
|
The following steps are used to compile the version of ncurses that this program needs:
|
|
|
|
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)
|
|
|
|
- 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 the configure script with the `--with-pthread --with-shared` options.
|
|
|
|
- Run 'make' and 'make install'.
|
|
|
|
- Run `make` and `make install`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|