You are not logged in.

#1 2023-08-22 14:24

globetrotterdk
Member
Registered: 2020-12-23
Posts: 55

ee (easyedit) install.

While the following instructions are terse and non-trivial, this process works for me, so I hope that it will help others that are fans of ee:

$ cd <to whatever directory you plan to use>
$ mkdir git
$ cd git
$ git init
$ git clone https://github.com/kolsys/ee
$ cd ee
Edit starting line 164 of new_curse.h to look like this:

#ifdef NC
struct _line *top_of_win;
#endif
Edit starting line 47 of new_curse.c to look like this:

#define NC
#include "new_curse.h"
#include <signal.h>
#include <fcntl.h>
$ make
# mkdir /usr/local/man/man1/                 <su -, sudo or doas>
# make install                               <su -, sudo or doas>

Last edited by globetrotterdk (2023-08-22 14:25)


I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx

Offline

Board footer

Powered by FluxBB