mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
18 lines
494 B
XML
18 lines
494 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
|
|
|
|
|
|
<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>
|