1 NetBSD version originally written and maintained by Brian Grayson 2 (bgrayson@netbsd.org). Brought up-to-date with NetBSD 5 by Tomi Tapper 3 (tomi.o.tapper@jyu.fi). 4 5 This version of xosview no longer supports NetBSD versions below 4.0. Users 6 of older versions need xosview version below 1.9. 7 8 For building xosview by hand, add these lines into .config. 9 10 CPPFLAGS += -I/usr/X11R7/include 11 LDLIBS += -lkvm -lprop -L/usr/X11R7/lib -Wl,--rpath=/usr/X11R7/lib 12 13 14 ***************************************************************************** 15 Note: xosview needs to run 'setgid kmem' in order to access some of the 16 kernel information (at least until some more statistics are added to 17 the /kern or /proc file systems). If you do not have root or kmem 18 permission on the machine, xosview will not run. 19 *****************************************************************************