home *** CD-ROM | disk | FTP | other *** search
/ ftp.cdrom.com/pub/cdrom/ / cdrom.tar / cdrom / cdroms / x11r5 / readme.txt < prev   
Text File  |  1994-04-04  |  5KB  |  109 lines

  1. This disk contains the GNU and X11R5 distribution.  It also contains
  2. executable sparc binaries for many GNU and X11R5 programs.
  3.  
  4. Please check individual files for copyrights and distribution restrictions.
  5. ===========================================================================
  6. The Gnu source code is located in the directory gnu/.  Please read the
  7. file gnu/copying for information on the Gnu General Public License.
  8. Most of the Gnu programs have individual README files.  Gnu software is
  9. also available via anonymous ftp from prep.ai.mit.edu.
  10. ===========================================================================
  11. X11 sources are located in these directories:
  12.  
  13.         X11R5/mit/               X11R5 core sources
  14.         X11R5/contrib/           X11R5 user contributed sources
  15.         contrib/                 more X11 user contributed sources
  16.  
  17. Sparc specific files are located in these directories:
  18.  
  19.     usr/lib/x11/             X11R5 sparc libraries
  20.     usr/bin/x11/             X11R5 sparc binaries
  21.  
  22. The X11R5 distribution is also available via anonymous ftp from
  23. export.lcs.mit.edu.  See the file X11R5/README for more information.
  24. ===========================================================================
  25. Here is a list of some important files and directories
  26.  
  27. usr/bin/X11/      X11R5 sparc binaries
  28. usr/include/X11/  X11R5 header files
  29. usr/lib/X11/      X11R5 sparc libraries
  30. usr/local/bin/    GNU sparc binaries
  31. usr/local/lib/    GNU sparc libraries
  32. copydir           sparc program to copy or link directories from the cdrom
  33. copydir.c         source code to the copydir program
  34. copydir.sh        shell script to copy directories from the cdrom
  35. faq/              answers to frequently asked questions
  36. filename.lst      list of all the files on this disk
  37. install.gnu       shell script to install the gnu software on a sun4
  38. install.x11       shell script to install X11R5 on a sun4
  39. readme.txt        This file
  40. gnu/              source code for the Gnu programs
  41. X11R5/            source code for X11R5 distribution
  42. contrib/          source code for X11 contributed software
  43. ===========================================================================
  44. This disc conforms to the level 1 ISO-9660 format with Rock Ridge extensions.
  45. If your operating system supports Rock Ridge, you can access the files using
  46. the full Unix pathnames.  If your system does not support Rock Ridge, the
  47. filenames are limited to eight single-case characters, with an extension of
  48. up to three characters.  Each directory on this disc has a file named
  49. 00_TRANS.TBL, that maps the ISO-9660 compliant filenames to the original,
  50. Unix-style, filenames.
  51.  
  52. The program copydir is provided for non-Rock-Ridge systems to access the
  53. files using their original filenames.  You can recursively copy a directory
  54. to your magnetic disk, renaming the files as they are copied.  You can also
  55. create symbolic links from your magnetic disk to each of the files on the
  56. cdrom.  If you are using a system other than a sparc, you should recompile
  57. the file copydir.c located in the toplevel directory.
  58.  
  59. If you invoke copydir without any argments, it will print the following
  60. usage message:
  61.  
  62.     usage: copydir [-s] [-l] [-t] [-f] <from-dir> <to-dir>
  63.     Recursively copy a directory from cdrom
  64.        -s  (silent) Suppress messages
  65.        -l  (link)   Make symlinks instead of copying
  66.        -t  (test)   Don't actually do anything
  67.        -f  (force)  Don't stop because of errors
  68.  
  69. Here are a couple examples.  Let's say you wanted to copy the source code
  70. for gcc to your home directory.
  71.  
  72.     > cd ~
  73.     > copydir /cdrom/src/gnu/gcc_2_3_ gcc-2.3.1
  74.     > cd gcc-2.3.1
  75.  
  76. If you want to save some disk space, you can create symbolic links to
  77. the files, instead of copying them.
  78.  
  79.     > cd ~
  80.     > copydir -l /cdrom/src/gnu/gcc_2_3_ gcc-2.3.1
  81.     > cd gcc-2.3.1
  82.  
  83. There is also a minimal shell script, copydir.sh, but the compiled C
  84. program is faster, has more options, and handles errors better.
  85.  
  86. Sparc executable binaries are located in /usr/bin/X11/, /usr/lib/, and
  87. /usr/local/bin/.
  88.  
  89. To install them on your sun4:
  90.  
  91.     > copydir /cdrom/bin/x11 /usr/bin/X11
  92.     > copydir /cdrom/lib/x11 /usr/lib
  93.     > copydir /cdrom/local/bin /usr/local/bin
  94.  
  95. Make sure that /usr/bin/X11 and /usr/local/bin are on your path.
  96. ===========================================================================
  97. This CD-ROM is unconditionally guaranteed.  If you are dissatisfied for any
  98. reason, you can return it for a full refund.
  99.  
  100.     Walnut Creek CDROM
  101.     1547 Palos Verdes, Suite 260
  102.     Walnut Creek, CA  94596-2228
  103.     USA
  104.     +1 800 786-9907
  105.     +1 510 947-5996
  106.     +1 510 947-1644 FAX
  107.     rab@cdrom.com
  108. ===========================================================================
  109.