README should specify ncurses extensions
This commit is contained in:
parent
373081a1b3
commit
6cc80f32a3
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@
|
|||
A personal functional music programming framework written in Haskell & C and packaged with Nix.
|
||||
|
||||
### 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
|
||||
nix build && nix develop -i
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue