mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-25 00:05:39 +00:00
22 lines
683 B
Text
22 lines
683 B
Text
|
This is a fork of https://github.com/lenormf/go-notify go-notify with some minor corrections.
|
||
|
|
||
|
Install :
|
||
|
|
||
|
# install libnotify devel librairies,
|
||
|
sudo apt-get install libnotify-dev # debian style
|
||
|
|
||
|
# installing go-notify
|
||
|
go get github.com/mqu/go-notify
|
||
|
|
||
|
C Dependencies: libnotify (sudo apt-get install libnotify-dev)
|
||
|
|
||
|
GO Dependencies: github.com/mattn/go-gtk/glib
|
||
|
|
||
|
This package provides GO bindings for the C library libnotify.
|
||
|
Although this package provides full retro-compatibility with the regular C
|
||
|
library, it also provides OOP-like functions for the NotifyNotification object.
|
||
|
|
||
|
The notify package depends on mattn's glib wrapper for the GO language.
|
||
|
|
||
|
See example for usage.
|