text editor in C
- 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
You can install dependencies according to your package manager:
- GCC
- GNU Make
- Run make from root directory:
make
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.