diff options
Diffstat (limited to 'chapter05/coreutils-inst.xml')
-rw-r--r-- | chapter05/coreutils-inst.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml new file mode 100644 index 000000000..bb5e5f22b --- /dev/null +++ b/chapter05/coreutils-inst.xml @@ -0,0 +1,13 @@ +<sect2><title> </title><para> </para></sect2> + +<sect2> +<title>Installation of Coreutils</title> + +<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 +make LDFLAGS="-s" +make check-root +make install</userinput></screen></para> + + +</sect2> + |