gtkmenu-standalone
======================================
(C) Will Brokenbourgh
  will.brokenbourgh2877@gmail.com
  https://www.pismotek.com/brainout/
======================================

DEPENDENCIES:
- - - - - - -
  * Requires GTK 2.0 and GLib development files to compile as well as
        GTK 2.0 and GLib libraries to run

  * Requires the pkg-config binary

  * This app *may* also compile using GTK 3 -- no promises!


INSTALLATION:
- - - - - - -
  * Extract files to a directory and cd into it

  * Issue the following commands to build and install:
      $ make clean
      $ make
      $ sudo make install
  (NOTE: Use 'gmake' on FreeBSD, OpenIndiana and others)

  * If you don't already have a config file installed, issue the following commands:
      $ mkdir -p ~/.config/gtkmenu-standalone
      $ cp /usr/local/share/gtkmenu-standalone/config ~/.config/gtkmenu-standalone/config


COMPILING WITHOUT MAKEFILE
- - - - - - - - - - - - - -
  * The following usually will work for compiling this program:
      gcc -Wall -o "gtkmenu-standalone" "gtkmenu-standalone.c" `pkg-config --cflags --libs gtk+-2.0`
