bashtop icon indicating copy to clipboard operation
bashtop copied to clipboard

[REQUEST] Add NetBSD section

Open jaypatelani opened this issue 5 years ago • 1 comments

steps to run bastop on NetBSD

  1. Install psutil: sudo pkgin install py38-psutil-5.6.7
  2. Make symlink for python3.8 to python3 sudo ln -sf /usr/pkg/bin/python3.8 /usr/pkg/bin/python3
  3. clone repo git clone https://github.com/aristocratos/bashtop.git
  4. cd bashtop
  5. run bashtop ./bashtop

Thanks.

jaypatelani avatar Jun 29 '20 06:06 jaypatelani

Gonna have to run tests before adding official support for NetBSD. Psutil have support for FreeBSD, OpenBSD and NetBSD but only show testing status for FreeBSD. So I have to manually test for OpenBSD and NetBSD since I don't have experience with them and don't know exactly how much the different flavours of BSD differ.

aristocratos avatar Jul 04 '20 00:07 aristocratos