2002-08-17 05:36:14 +08:00
|
|
|
<sect2>
|
2003-09-21 10:32:24 +08:00
|
|
|
<title>Installation of <application>cpio</application></title>
|
2002-08-17 05:36:14 +08:00
|
|
|
|
2003-09-21 10:32:24 +08:00
|
|
|
<para>Install <application>cpio</application> by running the following commands:
|
|
|
|
</para>
|
2002-08-17 05:36:14 +08:00
|
|
|
|
2003-11-09 10:43:30 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/tmp/cpio \
|
2002-09-23 00:58:36 +08:00
|
|
|
--bindir=/bin &&
|
2002-08-17 05:36:14 +08:00
|
|
|
make &&
|
2003-11-11 08:13:01 +08:00
|
|
|
make install &&
|
2003-11-09 10:43:30 +08:00
|
|
|
rm -rf /tmp/cpio</command></userinput></screen>
|
2002-08-17 05:36:14 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|