README should specify ncurses extensions

This commit is contained in:
Emile Clark-Boman 2025-09-12 01:51:47 +10:00
parent 373081a1b3
commit 6cc80f32a3

View file

@ -4,6 +4,11 @@
A personal functional music programming framework written in Haskell & C and packaged with Nix. A personal functional music programming framework written in Haskell & C and packaged with Nix.
### Setup ### Setup
Ensure that your system's version of ncurses has the following extensions:
- wide character support
- term resizing (see `man 3x resizeterm`)
> TODO: actually list which extensions are used and how to compile with them
```bash ```bash
nix build && nix develop -i nix build && nix develop -i
``` ```