Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 387 Bytes

DEVELOPMENT.md

File metadata and controls

33 lines (21 loc) · 387 Bytes

development

how to build

Linux

make

MacOS

make ADD_LDFLAGS="-L${PATH_TO_NCURSES_LIB_DIR}"

Set those variables according to your environment.

  • PATH_TO_NCURSES_LIB_DIR (default Homebrew-installed path: /usr/local/opt/ncurses/lib)

how to test

Tests are supposed to run only on Linux.

make test

how to clean

make clean