Make Syd Polk principal maintainer.
[deliverable/binutils-gdb.git] / gdb / README
index fd791ced52315569cfd5aaf787e23432169ba286..bb3e0e13e43c8c9f36dff74a902e85dc76b6c1df 100644 (file)
@@ -4,8 +4,8 @@
 This is GDB, the GNU source-level debugger.
 A summary of new features is in the file `NEWS'.
 
-See the GDB home page at http://www.cygnus.com/gdb/ for up to date
-release information, mailing list links and archives, etc.
+See the GDB home page at http://sourceware.cygnus.com/gdb/ for up to
+date release information, mailing list links and archives, etc.
 
 
 Unpacking and Installation -- quick overview
@@ -41,6 +41,9 @@ To build GDB, you can just do:
        make
        cp gdb/gdb /usr/local/bin/gdb   (or wherever you want)
 
+(Building GDB with DJGPP tools for MS-DOS/MS-Windows is slightly
+different; see the file gdb/config/djgpp/README for details.)
+
 This will configure and build all the libraries as well as GDB.
 If `configure' can't determine your system type, specify one as its
 argument, e.g., sun4 or decstation.
@@ -152,6 +155,8 @@ directory.  That directory contains:
 
 `gdb-4.18/readline'
      source for the GNU command-line interface
+     NOTE:  The readline library is compiled for use by GDB, but will
+     not be installed on your system when "make install" is issued.
 
 `gdb-4.18/sim'
      source for some simulators (ARM, D10V, SPARC, M32R, MIPS, PPC, V850, etc)
@@ -172,6 +177,9 @@ directory.  That directory contains:
 `gdb-4.18/utils'
      A grab bag of random utilities.
 
+   Note: the following instructions are for building GDB on Unix or
+Unix-like systems.  Instructions for building with DJGPP for
+MS-DOS/MS-Windows are in the file gdb/config/djgpp/README.
 
    The simplest way to configure and build GDB is to run `configure'
 from the `gdb-VERSION-NUMBER' source directory, which in this example
This page took 0.024274 seconds and 4 git commands to generate.