glfs/general/sysutils/cpio/cpio-inst.xml

15 lines
365 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>cpio</application></title>
<para>Install <application>cpio</application> by running the following commands:
</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/tmp/cpio \
--bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
rm -rf /tmp/cpio</command></userinput></screen>
</sect2>