File: INSTALL

package info (click to toggle)
pidgin-awayonlock 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: ansic: 285; python: 19; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation:
-------------

You'll need headers for libpurple, glib and dbus-glib. Optionally also
gettext. After that it's just a matter of:

$ cmake .
$ make

Or, for an out of source build:

$ cd [path to build-dir]
$ cmake [path to source]
$ make

Optional:

# make install

Another option is copying the resulting libawayonlock.so file to your
~/.purple/plugins directory, in which case i18n won't work, but it
doesn't need root privileges.