home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / graphics / pixutils / 2636 < prev    next >
Encoding:
Text File  |  1992-11-21  |  2.8 KB  |  72 lines

  1. Newsgroups: alt.graphics.pixutils
  2. Path: sparky!uunet!decwrl!pa.dec.com!pasteur.fr!fbrunel
  3. From: fbrunel@pasteur.fr (Franck Brunel)
  4. Message-ID: <199211211425.AA12291@mendel.sis.pasteur.fr>
  5. Subject: Help to install "viewer" for X-Window
  6. Date: Sat, 21 Nov 92 15:25:46 MET
  7. X-Received: by usenet.pa.dec.com; id AA15650; Sat, 21 Nov 92 06:30:23 -0800
  8. X-Received: by inet-gw-2.pa.dec.com; id AA18278; Sat, 21 Nov 92 06:28:14 -0800
  9. X-Received: by mendel.sis.pasteur.fr id AA12291
  10.   (5.65c8/IDA-1.4.4 for Alt.graphics.pixutils.usenet@decwrl.dec.com); Sat, 21 Nov 1992 15:25:46 +0100
  11. X-To: Alt.graphics.pixutils.usenet
  12. X-Mailer: ELM [version 2.3 PL11]
  13. Lines: 57
  14.  
  15. Hello,
  16.  
  17. I post this article in order to get some help.
  18.  
  19. I dowloaded "viewer-nntp.tar.Z" from a ftp anonymous server. "viewer"
  20. is a very smart multiformat picture viewer that runs under X-Window.
  21. The problem is the following: I do not know how to install this
  22. software in my home directory. I can just expand it by the "uncompress
  23. command". The remaining of the process in unclear in my mind. Since I
  24. am not very much in touch with sophiosticated Unix commands, I shall
  25. need some help. Could anybody help me?  Thank you very much for your
  26. attention. Enclosed you will find the installation notes of "viewer"
  27. READ-ME file (I typed ?? in front of the point I do not understand).
  28. I seems I must create a Makefile with emacs: what shall I write in??
  29. My working configuration is the following: Sun 4/670 running SunOS and
  30. release X11R4 of X Window. (I usaually run emacs as a text editor).
  31.  
  32. INSTALLATION ------------
  33.     mkdir viewer
  34.     cd viewer
  35.     uncompress < ../viewer.tar.Z | tar xvf -
  36. ??    emacs Makefile
  37. ??    emacs config.h
  38. ??    make
  39. ??    make install
  40. ??    setenv DISPLAY localhost:0.0
  41. ??    rehash
  42. ??    viewer
  43. ??    if($status == "0") then
  44.         echo "Good job." | mail battle@cs.utk.edu
  45.     else
  46.         echo "You twit." | mail battle@cs.utk.edu
  47.     endif
  48.  
  49. Uncompress and extract viewer.tar.Z in an empty directory.  Change
  50. INSTALLDIR in the Makefile to be what you want.  You may also want to
  51. change the default directory and possibly other parameters in
  52. config.h.  Make sure you have xloadimage installed, if not, get it
  53. from export.lcs.mit.edu and install it.  Then just type "make
  54. install".  Make sure your DISPLAY environment variable is set, and
  55. that you have done a "rehash" since installation and type "viewer".
  56.  
  57.  
  58. Thanks for your attention.
  59. Sincerely,
  60.  
  61. ******************************************************************************
  62.  Franck BRUNEL, PhD          / Voice: (1) 45 68 80 00 ext. 7284
  63.  Institut Pasteur            / FAX:   (1) 40 61 31 10
  64.  PARIS (France)              /E-Mail: franck.brunel@pasteur.fr
  65.              
  66.  " La terreur sans laquelle la vertu est impuissante,
  67.         la vertu sans laquelle la terreur est funeste..."
  68.                 Saint-Just
  69. *******************************************************************************
  70.  
  71.  
  72.