diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:21:12 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:21:12 +0000 |
commit | 1987d724ce4059e12b51962be50c59d30a4a148d (patch) | |
tree | 1c165b6c8cf19ed18668659078a71692e228b59e /chapter05/findutils-inst.xml | |
parent | 5e2cb652195321c7f63b5d22077e583b75118178 (diff) |
second set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/findutils-inst.xml')
-rw-r--r-- | chapter05/findutils-inst.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml new file mode 100644 index 000000000..51c7c5197 --- /dev/null +++ b/chapter05/findutils-inst.xml @@ -0,0 +1,15 @@ +<sect2> +<title>Installing Findutils</title> + +<para>This package requires its patch to be applied before you can +install it. Make sure it's unpacked before running the installation +commands.</para> + +<para>Install Findutils by running the following commands:</para> + +<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch && +./configure --prefix=$LFS/static && +make libexecdir=/static/bin LDFLAGS=-static && +make libexecdir=/static/bin install</userinput></screen></para> + +</sect2> |