Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 219 Bytes

File metadata and controls

15 lines (13 loc) · 219 Bytes

x is a minimalistic text editor, using the ncurses library.

Building on Mac OS X

  1. Install ncurses library
brew install ncurses
  1. Build in cmake directory
cd cmake/
cmake .
./x