documentation for NetBSD

This commit is contained in:
Kartik K. Agaram 2022-01-24 20:51:46 -08:00
parent 6d53235dfc
commit 1ee25077b8
1 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,7 @@ OS and package manager of choice:
* `sudo apt install libncursesw6-dev openssl`
* `brew install ncurses openssl`
So far I've tested Teliva on Linux, Mac OS X and OpenBSD; it should also work
So far I've tested Teliva on Linux, Mac OS X, OpenBSD and NetBSD; it should work
on other flavors of BSD, WSL on Windows, etc. with only minor modifications.
## What else can it do?
@ -212,8 +212,11 @@ Teliva is the Tamil root for ‘clear’. Very much aspirational.
a consequence the menu sometimes mentions keys that don't work, just to
encourage people to try options.)
* chesstv.tlv doesn't yet work on OpenBSD for some reason I haven't
investigated yet.
* chesstv.tlv silently fails on OpenBSD and NetBSD for some reason I haven't
investigated yet. Interestingly, I'm running Teliva with curses on NetBSD
but ncurses on OpenBSD, so that is probably not an issue.
* life.tlv looks terrible on OpenBSD and NetBSD, with lines wrapping halfway.
## Mirrors and Forks