From ff046f06fd21e48fda0777fde06fdb01bef3f1f3 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 21 Apr 2010 17:46:39 -0400 Subject: initially putting on github --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ccb726f --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +README + +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 + +Mocicon.sourceforge.net + + +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:gcc -Wall -g -O2 mocicon.c -o mocicon `pkg-config --cflags --libs gtk+-2.0` + +with make it is the regular as root: + +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/ + + + + + + -- cgit v1.2.3