Wmmsg
From CBLFS
Jump to navigationJump to search
| Download Source: | http://dockapps.org/download.php/id/518/wmmsg-1.0.1.tar.gz |
|---|
Introduction to Wmmsg
Wmmsg informs you of new events, such as incoming chat messages, by displaying related icons and arrival times.
Project Homepage: http://dockapps.org/file.php/id/169
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 &&
make
Install the package:
make install
Configuring
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | wmmsg, wmmsg_notify |
| Installed Libraries: | None |
Short Descriptions
| wmmsg | is a dockapp that displays icons when incoming messages are recieved. |
|---|---|
| wmmsg_notify | runs in the background and monitors various messaging streams. |