diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-01-24 20:51:46 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-01-24 20:51:46 -0800 |
commit | 1ee25077b8cc720f18f8d647414ba83de236cd38 (patch) | |
tree | 805417a27bca735810f3216d759a3436bec068df /README.md | |
parent | 6d53235dfcfb5cb3008d3b16c021a3b24b59112a (diff) | |
download | teliva-1ee25077b8cc720f18f8d647414ba83de236cd38.tar.gz |
documentation for NetBSD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md index d70fb3c..69aa97d 100644 --- a/README.md +++ b/README.md @@ -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 |