diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a3bea4019..649eb9584 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -20,6 +20,8 @@ <sect2 role="installation"> <title>Installation of Glibc</title> +<para>Create a build dir:</para> + <screen><userinput>mkdir ../glibc-build cd ../glibc-build</userinput></screen> @@ -34,6 +36,8 @@ cd ../glibc-build</userinput></screen> <screen><userinput>make</userinput></screen> +<para>Test the results:</para> + <screen><userinput>make check</userinput></screen> <para>For a discussion of test failures that are of particular |