home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / text / readline.2.0.README < prev    next >
Encoding:
Text File  |  1995-10-24  |  1.2 KB  |  27 lines

  1. In the course of my project of the last couple hours of making
  2. available recent, posix-free, optimized, obese, reasonably configured
  3. binaries of some of the more common free programs and libraries, here
  4. is readline-2.0.  To install on a typical system, just enter the
  5. directory and 'make install'.  Installing the man and info pages from
  6. the doc directory has to be done by hand.
  7.  
  8. If you need to change compilation options to adapt the binaries to
  9. local requirements (e.g. to change what architectures to compile for
  10. -- the default is quad-fat), do _not_ rerun configure.  Instead edit
  11. config.status, rerun it and remake.  It has been manually altered to
  12. correct for some of the mistakes of the auto-configuration.
  13.  
  14.         Carl Edman                                      10-23-95
  15.         cedman@princeton.edu
  16.  
  17. I made a couple of mods to Carl's distribution.
  18.  
  19. 1) removed configure-- if you really want to reconfigure the source,
  20.     download the original distribution.
  21. 2) changed the optimization to '-O3 -fomit-frame-pointer';  this seems
  22.     to be an acceptably bug-free level of optimization.
  23. 3) removed depedency upon /usr/local/bin/install
  24.  
  25.     b.bum                    10-24-95
  26.     <bbum@friday.com>
  27.