Skip to content

JD297/cedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cedit

Language Version License Lastcommit Total lines GitHub closed issues

Overview

cedit overview

Requirements

Linux Ubuntu

sudo apt update && sudo apt install build-essential make libncurses5-dev

FreeBSD

pkg install gcc ncurses libncurses-dev

Make commands

Build binaray
$ make
$ gmake # OpenBSD

Clean build
$ make clean

Install to /usr/local/bin/cedit
# make install

Uninstall cedit
# make uninstall