INSTALL
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:1k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. $Id: INSTALL,v 1.3 2006/01/31 00:39:53 faxguy Exp $
  2. If this file proves to be insufficient, please read the included
  3. man pages and see on-line documentation at:
  4.     http://hylafax.sourceforge.net/
  5. The online documentation includes the man pages as well as an HOWTO
  6. and other resources.
  7. Installation Synopsis
  8. ---------------------
  9. The documentation is extensive and designed to be used when installing
  10. the software.
  11. The basic procedure is:
  12.     <unpack source code>
  13.     % ./configure
  14.     % make
  15.     % su # NB: must be root to setup software
  16.     # make install
  17.     # faxsetup
  18. If this does not work and the problem is not clear, then you will
  19. need to look at the documentation and/or the code.
  20. There is documentation!  There is GOBS of documentation.  The on-line
  21. materials present information needed to build+setup the software; the
  22. manual pages act as a reference guide.  There are manual pages for all
  23. the programs and for all the files and directories that you may be
  24. curious about.  Of course there is also source code for everything, but
  25. this should (hopefully) not be needed.  A useful introduction to the
  26. client applications is given in the hylafax-client manpage.  If you want 
  27. to learn how the server and spooling system work, look first at the 
  28. hylafax-server manpage.  Remember however that the manual pages are for 
  29. reference; the on-line documentation is designed to be more introductory in 
  30. nature and should usually be consulted first when you're looking for 
  31. general guidance.