File: README.netbsd

package info (click to toggle)
xosview 1.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,136 kB
  • sloc: cpp: 11,982; makefile: 154; ansic: 32; awk: 13; sh: 8
file content (19 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  NetBSD version originally written and maintained by Brian Grayson
(bgrayson@netbsd.org). Brought up-to-date with NetBSD 5 by Tomi Tapper
(tomi.o.tapper@jyu.fi).

  This version of xosview no longer supports NetBSD versions below 4.0. Users
of older versions need xosview version below 1.9.

For building xosview by hand, add these lines into .config.

CPPFLAGS += -I/usr/X11R7/include
LDLIBS += -lkvm -lprop -L/usr/X11R7/lib -Wl,--rpath=/usr/X11R7/lib


*****************************************************************************
  Note:  xosview needs to run 'setgid kmem' in order to access some of the
    kernel information (at least until some more statistics are added to
    the /kern or /proc file systems).  If you do not have root or kmem
    permission on the machine, xosview will not run.
*****************************************************************************