root/INSTALL
| Revision 93adb9ed34244bd5de6812535898c8563aa99de1, 447 bytes (checked in by Leo Antunes <leo@…>, 7 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | Installation: |
| 2 | ------------- |
| 3 | |
| 4 | You'll need headers for libpurple, glib and dbus-glib. Optionally also |
| 5 | gettext. After that it's just a matter of: |
| 6 | |
| 7 | $ cmake . |
| 8 | $ make |
| 9 | |
| 10 | Or, for an out of source build: |
| 11 | |
| 12 | $ cd [path to build-dir] |
| 13 | $ cmake [path to source] |
| 14 | $ make |
| 15 | |
| 16 | Optional: |
| 17 | |
| 18 | # make install |
| 19 | |
| 20 | Another option is copying the resulting libawayonlock.so file to your |
| 21 | ~/.purple/plugins directory, in which case i18n won't work, but it |
| 22 | doesn't need root privileges. |
Note: See TracBrowser
for help on using the browser.