13 13 ## Haiku
14 14 porting effort has not begun.
15 15
16 16 ## Mac OS X
17 17 porting effort has not begun.
18 18
19 19 ## Windows Subsystem for Linux
20 -At least `kcore.testbin` works, for glowpelt, currently, on Ubuntu 18.04. You need `build-essential m4 yasm cmark groff` installed, build like you would for Linux.
20 +libk compiles and `kcore.testbin` behaves as expected on WSL2/Ubuntu 18.04. you need the packages `build-essential` `m4``yasm` installed, as well as `cmark``groff` to generate the documentation. libk should be built exactly as on linux (e.g. with the $os build variable set to `lin`, not `win`). nothing else has been tested.