mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 18:47:25 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@220 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
287 B
XML
15 lines
287 B
XML
<sect2>
|
|
<title>Installation of portmap</title>
|
|
|
|
<para>Install portmap with the following commands:</para>
|
|
|
|
<para><screen><userinput>
|
|
patch -Np1 -i ../portmap_5-1.diff &&
|
|
mkdir /usr/share/doc/portmap &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|