From b2e37958d4e85b496579bd75d3319cca6989adb5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Jun 2002 19:16:49 +0000 Subject: 2001-06-28 Joel Sherrill * buildc.t, gdb.t: Per PR54, updated to reflect multiple compression schemes including bzip2. --- doc/started/gdb.t | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/started/gdb.t') diff --git a/doc/started/gdb.t b/doc/started/gdb.t index 784f265fc6..6c52e09152 100644 --- a/doc/started/gdb.t +++ b/doc/started/gdb.t @@ -52,7 +52,16 @@ using RPM to build tool binaries. @c @subsection Unarchive the GDB Distribution -Use the following commands to unarchive the GDB distribution: +Unarchive the compressed tar files for GDB using the appropriate +command based upon the compression program used for the source +distribution you downloaded. + +@example +cd tools +tar xzf ../archive/@{GDB-UNTAR}.tar.gz # for gzip'ed gdb +tar xIf ../archive/@{GDB-UNTAR}.tar.bz2 # for bzip'ed gdb +@endif + @example cd tools -- cgit v1.2.3