File: INSTALL

package info (click to toggle)
wmbubble 1.54-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: ansic: 2,141; makefile: 72; sh: 1
file content (18 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Install instructions:

1. read README
2. make
3. make install (this will put wmbubble in /usr/local/bin)
4. wmbubble &

Using GNU make wmbubble should compile without changes on any system listed
in SUPPORTED_SYSTEMS file.  If not, feel free to fix it and send me a diff -u.

Check README file for configuration options - you can disable or adjust all
features at run-time by using command-line switches or X resources.

On BSDs, you can do make install as root to install in /usr/local/bin
and give wmbubble proper permissions, or you'll have to give wmbubble
kmem access yourself:

root:~# chown root:kmem wmbubble; chmod g+s wmbubble