diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 210c588a2..c2bd6519c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -22,6 +22,12 @@ <sect2 role="installation"> <title>Installation of Glibc</title> +<para>The linuxthreads tarball contains the man pages for the threading +libraries installed by glibc. Unpack the tarball from within the glibc source +directory:</para> + +<screen><userinput>tar xjvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> + <para>Create a build directory:</para> <screen><userinput>mkdir ../glibc-build |