mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Slight re-wording on hostreqs page and typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8abeb3bc1a
commit
2914ab8c7a
@ -110,13 +110,12 @@
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>To see all the appropriate versions, copy the following script
|
||||
to your system and run it.</para>
|
||||
<para>To see whether your host system has all the appropriate versions, run the following:</para>
|
||||
|
||||
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
||||
<literal>#!/bin/bash
|
||||
|
||||
# Simple script to list version numbers of critical developmet tools
|
||||
# Simple script to list version numbers of critical development tools
|
||||
|
||||
bash --version | head -n1 | cut -d" " -f2-4
|
||||
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
|
||||
|
Loading…
Reference in New Issue
Block a user