sardemff7 / purple-events

libpurple events handling plugin and library
GNU General Public License v3.0
13 stars 3 forks source link

No compilation/configuration options #1

Closed ab5tract closed 12 years ago

ab5tract commented 12 years ago

There is no infrastructure to compile this library, which is required by purple-libnotify-plus.

I had no idea it was so hard just to get a stupid libnotify event.

sardemff7 commented 12 years ago

Hey, the point is: these events are not stupids ;-)

purple-events uses the GNU Autotools, so you just have to run the classic commands:

./configure
make
sudo make install