gtkmenu-standalone
==================
(C) Will Brokenbourgh
  will_brokenbourgh@yahoo.com
  http://www.pismotek.com/brainout/

Version 0.4.4: 2016-06-02 - Cleaned up / refactored code.  Fixed runtime warnings about icons.
- - -
Version 0.4.2: 2015-08-18 - Fixed duplicate items displaying from user's applications folder.
                            Fixed strncat compile error.
- - -
Version 0.4.1: 2015-07-26 - Another major rewrite. Fixed problems with user applications
                            directory not being found, cleaned up some inefficient code.
                            Fixed issue for items that don't have icons carrying over icon from
                            last item. Other fun stuff. ;-)
- - -
Version 0.3.0: 2015-03-17 - Major rewrite, change of config-file location,
                            recurse option, more desktop environment item
                            display options, added Makefile
- - -                            
Version 0.2.1: 2014-03-05 - Cleanup, process only .desktop files, fix
                            strP buffer overflow, added 'else' to
                            category sorter
- - -                            
Version 0.2.0: 2014-03-03 - Code cleanup, add extra 'showin...',
                            fix str_remove, freebsd and linux preprocessing
                            code, app timeout and more
- - -
Version 0.1.1: 2014-02-26 - Code cleanup
- - -
Version 0.1.0: 2014-02-19 - Just born
==================


INSTALLATION:
- - - - - - -
  * Extract files to a directory and cd into it
  * Issue the following command to build and install:
      $ make clean && make && sudo make install
  * 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`


DEPENDENCIES:
- - - - - - -
  * Requires a modern version of gtk2 and glib development files to compile and
    modern version of gtk2 and glib libraries to run

