Install
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:3k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1.              Installation for Minicom 1.79 - 1.82.
  2. Edit the Makefile to choose your C-compiler and CFLAGS. Entries
  3. for a lot of systems are already defined, you only have to
  4. uncomment them. Also define where your binaries go and where you want
  5. the configuration files to be placed.
  6. The default configuration is to compile for Linux, and to install it in
  7. /usr/bin and /etc.
  8. Now you may edit "config.h". Reasonable defaults for some systems are
  9. already filled in, and changes will probably not be needed.  Most of the
  10. system defaults defined here can also be changed by running minicom as root
  11. with the -s option, so there should not be much need to edit config.h
  12. (unless you are adding some new features to the program :-)
  13. If everything is allright, you can type "make" and "minicom",
  14. and "runscript" will be compiled. Ignore any warnings you might
  15. see; I couldn't keep the source generic and at the same time
  16. get all compilers to shut up (Linux and Coherent compilers don't
  17. give warnings; the BSD 2.3.3 gcc does).
  18. If you have gotten this far, it is time to install the executables.
  19. if you trust the installation procedure (I do!) you can just type
  20. 'make install' as root. If you insist on installing manually:
  21. 1. Copy "minicom" to a bin directory (eg /usr/bin).  
  22.    chown it to root and install it set-uid (chmod 4755 minicom, NOT
  23.    recommended) or make your modem device (/dev/ttyS1 or something like
  24.    that) world writable (chmod a+rw /dev/ttyS1), or give rw permissions to
  25.    the group owning the device (chmod g+rw /dev/ttyS1) and join all users
  26.    that you allow to use minicom to that group.
  27. 2. Copy "runscript" to the same "bin" directory.
  28. 3. Copy "xminicom" to this directory too. It's a little shell
  29.    script that puts up an xterm with minicom in it.
  30. 4. Copy "keyserv" to the LIB directory defined in the Makefile.
  31.    (If you have a system with the select() system call, you won't
  32.     have the 'keyserv' binary anymore !).
  33.    Don't install "runscript" and/or "keyserv" setuid root!
  34. 5. Edit the "minicom.users" file (in the directory as defined in
  35.    "Makefile") to add users who may use minicom. If you don't
  36.    install "minicom.users" everybody may use minicom!
  37. 6  Minicom has been installed.
  38. X/Y/Z modem.
  39. Minicom works with zmodem version that use stdin/stdout for
  40. communication with the modems. Newer zmodem versions don't do this,
  41. AND they are copyrighted
  42. Fortunately there is a free PD zmodem now, based on one of the older (PD)
  43. zmodem sources. This one is called "lrzsz". It may be included in this
  44. package, or it might already be on your system; otherwise you can find it
  45. on the net by searching for lrzsz with "archie".
  46. Configuration.
  47. Probably some defaults are not good enough for your system.
  48. So type (still as root) "minicom -s". This will not initialize
  49. minicom but takes you directly into the configuration menu. 
  50. After you have it configured, remember to select "Save setup as dfl" from
  51. the configuration menu to save the settings as system defaults.
  52. See the minicom manual page for details.
  53. Graphics with terminfo (ncurses).
  54. If you want minicom to use the ANSI or IBM-PC character set,
  55. check the following directories and read the README files:
  56. terminfo/  if you're on a terminfo system (Debian Linux, sysv)
  57. termcap/   if you're on a termcap system.