README.INSTALL
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. This file contains instructions for building the X11 version of xgraph.
  2. When unpacked,  the source is distributed in three directories:
  3. xgraph-11 Source for the program
  4. xgraph-11/bitmaps Bitmaps used for cursors and markers
  5. xgraph-11/examples Sample data for trying out the program
  6. First, you should examine the file hard_devices.c.  This file lists
  7. the default hardcopy parameters for each hardcopy output device.  Some
  8. of these defaults are site-specific and should be taylored to your
  9. site.  For example, at our site, the default HPGL plotter is called
  10. "paper" and the default Postscript printer is called "lps40".  You can
  11. change these names in this file.  See hard_devices.h for a description
  12. of the initialization fields.
  13. If you do not like the default values for xgraph options, you can
  14. change these by editing the default values as listed on the third page
  15. in xgraph.c.  Remember that changing these values changes the default
  16. behaviour for everyone running the program.  Personal preference
  17. should be left for specification in the user's Xresources or Xdefaults
  18. file.
  19. An Imakefile is provided for compiling the program in an X11 release 3
  20. source tree.  If you have such a source tree, type the following in
  21. the xgraph-11 directory:
  22. % make TOP=<source-tree-top>
  23. where <source-tree-top> is the top level directory of the X11 release
  24. 3 source tree.  If you don't have an X11 source tree but you have all
  25. of the X libraries and include files installed in "standard
  26. locations", type the following the in the xgraph-11 directory:
  27. % make -f Makefile.std
  28. Either of these commands will produce an executable xgraph in the
  29. xgraph-11 directory.  If you are installing the program in an X11
  30. source tree, you can use the following to install the program and
  31. manual page in the proper locations:
  32. % make TOP=<source-tree-top> install
  33. % make TOP=<source-tree-top> install.man
  34. You might want to try these commands with the "-n" option once to make
  35. sure the program and manual page are installed in the proper
  36. directories.  If they aren't, you may want to change the DESTDIR
  37. variable and try again.  If you really need to change the Makefile
  38. options, you can generate a new Makefile from the Imakefile using
  39. imake as provided on the X11 release tape.
  40. Several example data sets are provided in the xgraph-11/examples
  41. directory.  Try the following to check out xgraph:
  42. % xgraph examples/xgtest.xg
  43. This should produce a graph with a series of parabolic curves.
  44. Other documentation files are included.  A summary of these
  45. files is given below:
  46. README.ANNOUNCE Message submitted to comp.windows.x announcing
  47. the program and how to obtain it.
  48. README.GENERAL Important notes about differences and quirks
  49. of the program.
  50. README.HARDCOPY Documenation for writing your own hardcopy
  51. driver library.
  52. README.INSTALL This file.
  53. xgraph.man Xgraph manual page.
  54. David Harrison
  55. UC Berkeley Electronics Research Lab
  56. (davidh@ic.Berkeley.EDU, ...!ucbvax!ucbcad!davidh)