# mocicon Mocicon is a Music On Console tray icon for quick access. Report Bugs (which there aren't any) or suggestions to MutantTurkey@gmail.com, MutantTurkey@freenode.net By Calvin Morrison 2009 https://sourceforge.net/projects/mocicon ## OPTIONS/SOURCE: On debian, build dependencies install with: ```shell apt install -y build-essential libgtk-3-dev ``` compiling without make: ```shell gcc -Wall -g -O2 mocicon.c -o mocicon $(pkg-config --cflags --libs gtk+-3.0) ``` with make it is the regular as root: ```shell make clean install ``` it's simple enough. you'll need the gtk+ 3.0 libs and that's it. run `./install` as root. It just installs mocicon in `/usr/local/bin/`