COMPILING
=========

Find the script 'GNUstep.sh' on your system (on GNU/Linux normally
it's in /usr/GNUstep/System/Library/Makefiles/GNUstep.sh), then source it:

  . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

Then, 

  make


INSTALLING
==========

Type, as root:

  make install

to install the program and the tool. Once installed, you need start the gsim
tool:

  gsim

and set GSUseIconManager to YES:

  defaults write NSGlobalDomain GSUseIconManager YES

To use this every time, you need launch this tool when your session is launched.
You can do this on the same script where you launch gdnc and gpbs (after these).
Now you can configure it with IMPreferences.app

  openapp IMPreferences.app


