اون دسته از دوستانی که این خطا رو میداد :
meysam@mint ~/Desktop/Saat $ make install
g++ `pkg-config --cflags --libs libpanelapplet-2.0` -lnotify -o compile/Saat src/Saat.cpp
src/Saat.cpp:11:30: error: libnotify/notify.h: No such file or directory
src/Saat.cpp: In function ‘void show_info_message(const gchar*)’:
src/Saat.cpp:36: error: ‘NotifyNotification’ was not declared in this scope
src/Saat.cpp:36: error: ‘n’ was not declared in this scope
src/Saat.cpp:37: error: ‘notify_init’ was not declared in this scope
src/Saat.cpp:40: error: ‘notify_notification_new’ was not declared in this scope
src/Saat.cpp:41: error: ‘notify_notification_set_timeout’ was not declared in this scope
src/Saat.cpp:42: error: ‘notify_notification_show’ was not declared in this scope
make: *** [install] Error 1
با دستور زیر libnotify-dev رو نصب کنند :
sudo apt-get install libnotify-dev
و همونطور که در ReadMe اومده با دستور زیر اونو کامپایل کنند :
sudo make install