home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / gwm_exec.README < prev    next >
Text File  |  1996-05-21  |  2KB  |  44 lines

  1. gwm_exec* files are precompiled gwm executables for some architectures to help 
  2. installation. They are only on ftp at koala.inria.fr:/pub/gwm not to waste
  3. space on ftp.x.org and its mirrors.
  4.  
  5. You must get the executable AND the associated release, e.g. 
  6. gwm_exec_VERSION_ARCHI.gz and gwm-VERSION.tar.gz.
  7.  
  8. Then decompress and copy the gwm_exec_VERSION_ARCHI somewhere in your PATH,
  9. naming it gwm and making it executable with chmod a+x. 
  10.  
  11. Then create a directory to hold the machine-independent lib files, e.g:
  12. GWMLIBDIR (recommended: /usr/local/lib/gwm), and decompress the source distrib
  13. and into it, do a:
  14.  
  15.     cp -p data/* data/.??* GWMLIBDIR
  16.  
  17. (this not to forget the two dot-prefixed files in this dir!)      
  18.  
  19. and set an environment variable GWMPATH to point to it:
  20.     
  21.     export GWMPATH=$HOME/gwm:GWMLIBDIR
  22. or
  23.     setenv GWMPATH $HOME/gwm:GWMLIBDIR
  24.  
  25. NOTE: this last step is not necessary if GWMLIBDIR is set to the compiled-in
  26. one (/usr/local/lib/gwm), that you can saw as the last line printed by "gwm -h"
  27.  
  28. ************************************ WARNING *********************************
  29. GWM sends me an udp packet with just the value of "gethostname" for
  30. my private statistics on startup. You can disable this feature by recompiling
  31. with -DNO_GWM_LOG or -DNO_KOALA_SPY, or you can also set the shell
  32. environments NO_GWM_LOG or NO_KOALA_SPY to disable this feature without
  33. recompilation.
  34. ******************************************************************************
  35.  
  36. DOCUMENTATION: in the source distribution:
  37.  * a tiny man page: gwm.man
  38.  * a reference manual in LaTeX in doc/, with the postscript version as 
  39.    doc/gwm.ps (~ 120 pages)
  40.  
  41. --
  42. Colas Nahaboo, Koala, BULL @ INRIA Sophia, http://www.inria.fr/koala/colas
  43.  
  44.