root/INSTALL

Revision 93adb9ed34244bd5de6812535898c8563aa99de1, 447 bytes (checked in by Leo Antunes <leo@…>, 7 months ago)

use LIBPURPLE_LIBDIR in install target

  • Property mode set to 100644
Line 
1Installation:
2-------------
3
4You'll need headers for libpurple, glib and dbus-glib. Optionally also
5gettext. After that it's just a matter of:
6
7$ cmake .
8$ make
9
10Or, for an out of source build:
11
12$ cd [path to build-dir]
13$ cmake [path to source]
14$ make
15
16Optional:
17
18# make install
19
20Another option is copying the resulting libawayonlock.so file to your
21~/.purple/plugins directory, in which case i18n won't work, but it
22doesn't need root privileges.
Note: See TracBrowser for help on using the browser.