mocicon/README.md

32 lines
738 B
Markdown
Raw Normal View History

# 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:
The source is fairly simple, and there are plenty of options to go around.
I don't do much source commenting, but it is all fairly self explanitory.
compiling without make:
```shell
gcc -Wall -g -O2 mocicon.c -o mocicon $(pkg-config --cflags --libs gtk+-2.0)
```
with make it is the regular as root:
```shell
make clean install
```
it's simple enough. you'll need the gtk+ 2.0 libs and that's it.
run `./install` as root. It just installs mocicon in `/usr/local/bin/`