File: README.openbsd

package info (click to toggle)
xosview 1.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,184 kB
  • sloc: cpp: 11,975; makefile: 154; ansic: 32; awk: 13; sh: 8
file content (18 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  OpenBSD version originally written and maintained by Brian Grayson
(bgrayson@netbsd.org). Brought up-to-date with OpenBSD 5 by Tomi Tapper
(tomi.o.tapper@jyu.fi). This version has been made on OpenBSD version 5.1.
It may work on other versions (earlier or later) as well. Please test and
report if possible.

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

CPPFLAGS += -I/usr/X11R6/include
LDLIBS += -lkvm -L/usr/X11R6/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.
*****************************************************************************