prevent link breakage in README
quit when pressing escape
fix abstract art being displayed after render error message
ft_select is a Codam project, following this subject.
To compile, clone the repository recursively and install meson
, ninja
,
pkg-config
and ncurses
. You can also run nix-shell
if you have the
nix package manager. Then run:
meson build
ninja -C build
To run unit tests, additionally install criterion
. Then run:
cd build
meson test -v
To compile using the debug renderer, reconfigure meson and recompile:
cd build
meson configure -Drender=debug
ninja
meson configure -Drender=full
(to restore to the normal renderer)This project is licensed under GPLv3.