Hacker News new | ask | show | jobs
by jonfle 3865 days ago
I am very happy to see psutil support in OpenBSD.

I was puzzled by the line above regarding source. Like most (all?) BSDs the system is easily checked out and built:

http://www.openbsd.org/anoncvs.html

or, basically:

# cd /usr

# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_8 -P src

# cd /sys/arch/amd64/conf

# config GENERIC.MP

# cd ../compile/GENERIC.MP

# make depend bsd install

# cd /usr/src

# make obj build

# reboot