wmtime - Fix compiler and linker flags in Makefile.
[dockapps.git] / wmnotify / README
blob90776dc03f4e5545f46d180f725425d570cf6faf
1                     Wmnotify
4 Dockable email notification program for single POP3 or IMAP4 account.
5 Wmnotify now supports SSL.
7 Program launch:
8    If you want wmnotify to produce sounds even when another program is using
9    the sound card (MP3 player for example), you must use the eSound (ESD)
10    library. This library act as a sound mixer daemon for enabling multiple
11    audio applications to have access to the sound card simultaneously.
12    Hopefully, wmnotify doesn't need to be recompiled to use this feature.
13    Simply launch wmnotify like this:
14       esddsp wmnotify
15    Your other audio applications must be configured for using eSound for this
16    to work however. For example, with the XMMS MP3 player (version 1.2.7), you
17    must specify this output plugin:
18       eSound Output Plugin 1.2.7 [libesdout.so]
19    If you don't have eSound or you don't want to use it, simply launch wmnotify
20    like this:
21       wmnotify
23 Project website:
24         http://www.hugovil.com/en/wmnotify
26 This program was tested on the following systems:
27         "Linux From Scratch 4.0"
29 For recent project news, see the "NEWS" file.
30         
32 Building wmnotify:
33 ------------------
35 For generic installation instructions, see the "INSTALL" file.
37 If you are building from the subversion repository, first run the "autogen.sh" script.
39 If you are seeing this error message during configure:
40         "Can't find X11 library"
41 it means you are missing some libX11 files.
42 On Debian-based systems, install libX11-dev with this command:
43         apt-get install libX11-dev
45 If you are seeing this error message during configure:
46         "Can't find header file for library Xpm"
47 it means you are missing some libxpm files.
48 On Debian-based systems, install libxpm-dev with this command:
49         apt-get install libxpm-dev
51 If you are seeing this error message during configure:
52         "Can't find header file for library Xext"
53 it means you are missing some libxext files.
54 On Debian-based systems, install libxext-dev with this command:
55         apt-get install libxext-dev
57 If you want to use SSL for your POP or IMAP account, you must install openssl:
58         http://www.openssl.org/
59 On Debian-based systems, install libsndfile with this command:
60         apt-get install libssl-dev
62 If you want to have support for audio notification using WAV or AU sound files,
63 you must install the 'libsndfile' library:
64         http://www.zip.com.au/~erikd/libsndfile/
65 On Debian-based systems, install libsndfile with this command:
66         apt-get install libsndfile1-dev