Mac OS X - Pre-Installation setup for AFNI

steps provided by Ziad Saad

Assumption(s):

    - Mac OS X 10.3 operating system
    - optionally running on a G5


-----  account setup  -----

    1. create a root account or another user with su privileges

    2. login as other user and use netinfo to modify user name and
       group id to your liking

    3. go to system preferences, sharing and enable remote login to
       allow ssh access


-----  package installtion  -----

    4. install X11 by installing the Developer package under Xcode
       tools from MAC OS X Install Disc 1

    5. go into Packages and install X11SDK, DevSDK and maybe MacOSX10.3

    6. install latest fink from fink's website fink.sourceforge.net

    7. fink install openmotif3 glib glib2 netpbm-bin

       (use "fink list motif" to see what is current).


-----  to have the window focus follow the mouse location ----

    8. in a terminal window type:

	    defaults write com.apple.Terminal FocusFollowsMouse -string YES

	or, in an X11 window type:

	    defaults write com.apple.x11 wm_ffm true