
Compiling GNUstep software
    . /usr/lib/GNUstep/System/Makefiles/GNUstep.sh
    make

Installing GNUstep software
    . /usr/lib/GNUstep/System/Makefiles/GNUstep.sh
    export GNUSTEP_INSTALLATION_DIR=/usr/lib/GNUstep/System
    make install

Changing the seconds pointer
    smooth
    defaults write AClock SmoothSeconds YES
    defaults write AClock RefreshRate 0.1

    normal
    defaults write AClock SmoothSeconds NO
    defaults write AClock RefreshRate 1.0
    
    These are saved in $HOME/GNUstep/Defaults/.GNUstepDefaults

Comments?
    Grkan Sengn <gurkan@linuks.mine.nu>
