-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
48 lines (38 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
SIM-IM - SIM Instant Messenger
A simple ICQ client with v8 protocol support (2001) for X win system (requires QT, can be build for KDE). It also runs under MS Windows.
Features:
- receiving and sending SMS
- server-side contact list
- receiving and the sending messages in RTF-format
- phone directory support (it is possible to specify an access to the owner phone number - public or friends only)
- file transfers
- chat
- user search
- non-ICQ contacts
http://sim-im.org/
SIM supports icon themes from Miranda.
On page http://www.nortiq.com/miranda/index.php?action=display&cat=Icon
the wide range of various icon themes suffices.
Load the necessary files and unpack from them dll in the catalogue,
from which SIM takes icon libraries.
On KDE:
${KDE_DIR}/share/apps/sim/icons
On Qt:
${PREFIX}/share/sim/icons
On MS Windows:
${install_dir}/icons
Choose in the menu item "Setup".
In a window of adjustments choose a page "Themes" also choose a subject
in the list "Icons"
instead of
SOUND-Plugin with audiere
_________
The Sound plugin can be build with mp3, ogg, flac...-support.
For this modified Sources of audiere is used.
Get them here: http://sim.gosign.de/audiere-1.9.4.rar
Additionally add
#define USE_AUDIERE
to the sound.h
You will need to include libaudiere.la and audiere.h to the makefiles for building sound.
audiere.so is the library needed at runtime.
qt-soundsystem should be used...