14 lines
532 B
Markdown
14 lines
532 B
Markdown

|
|
|
|
## Dorne
|
|
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
|
|
```
|