-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (26 loc) · 914 Bytes
/
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
MRIM Plugin for Kopete
======================
This plugin adds support of the MRIM (Mail.Ru Instant Messenger
aka Mail.Ru Agent) for Kopete (kopete.kde.org).
Checking out sources
--------------------
$ git clone https://github.com/negram/kopete_mrim.git
$ cd kopete_mrim
Installation
------------
To build this project, you need to install header files for Kopete and PIM.
In Debian you can install packages `kdepimlibs5-dev' and `libkopete-dev'.
In Mandriva, `kdenetwork4-devel'
Prepare
-------
Debian/Ubuntu: $ sudo apt-get install kdepimlibs5-dev libkopete-dev g++ cmake
Mandriva: $ sudo urpmi kdenetwork4-devel
Fedora: $ sudo yum install kopete-devel gcc-c++ kdepimlibs-devel
Building
--------
$ mkdir build
$ cd build
$ cmake -RCMAKE_INSTALL_PREFIX=/ -DEXEC_INSTALL_PREFIX=/usr -DSHARE_INSTALL_PREFIX=/usr/share/ -DDATA_INSTALL_DIR=/usr/share/kde4/apps/ ..
$ make
$ make install
$ kbuildsycoca4