Skip to content

jacknicklenson/ced

Repository files navigation

ced

text editor in C

Build on Windows

  • Install scoop
  • Install gcc, make and git : scoop install make gcc git
  • Open Git-Bash from start menu. Change directory to repo: cd path/to/git/repo.
  • Run make: make

Build on Linux

You can install dependencies according to your package manager:

  • GCC
  • GNU Make
  • Run make from root directory: make

Build on Mac OSX

You can install dependencies with brew package manager for OSX:

  • Install gcc, make : brew install make gcc
  • Run make from root directory: make

Binary will be inside in build/ directory.

About

text editor in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published