mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
a20634396e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20709 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
544 B
XML
20 lines
544 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
|
|
|
|
<!-- $LastChangedBy$
|
|
$Date$ -->
|
|
|
|
<para>
|
|
This module is built using <filename>Build.PL</filename>:
|
|
|
|
<screen><userinput>perl Build.PL &&
|
|
./Build &&
|
|
./Build test</userinput></screen>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
<screen role="root"><userinput>./Build install</userinput></screen>
|
|
|
|
</para>
|