Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 357 Bytes

File metadata and controls

17 lines (14 loc) · 357 Bytes

edx

Edx is a small Wordstar-like text editor for X11.

Building

$ ./configure
$ make
$ sudo make install

X11 flags will be detected using pkg-config.

If you don't have pkg-config, X11 flags can be manually set using the --cflags and --ldflags options to configure.