You will need the following for this to work:
- Growl ($2 App Store) or Growl Fork (free download)
- growlnotify installed
make install && growlnotify -m "Install Completed"
The Growl message “Install Completed” will appear when make install has finished running. Growl also makes it simple to send notifications to other hosts running growl, this can be done with the -H flag and by specifying an IP address. This is helpful if you’re compiling something large on a desktop Mac and want to send the completion notification to a MacBook Air while you’re working elsewhere.
The notification icon and other details can be modified through growlnotify command as well, use the –help flag to see all the options.
Post a Comment