Skip to content

ibara/edx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.