blob: 4eebac9033bb5ffa94c47e8740bae1d9bba066aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Patch</title>
<para>Install Patch by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$LFS/usr &&
make LDFLAGS=-static &&
make install</userinput></screen></para>
</sect2>
|