mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
24 lines
922 B
XML
24 lines
922 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" >
|
||
|
|
||
|
|
||
|
<!-- typically, these modules fail to reference inc::Module::Install
|
||
|
when perl Makefile.PL is run, AND they are OLD, so any update is
|
||
|
likely to change them to using the standard install -->
|
||
|
<para>
|
||
|
This module uses the 'unsafe' build and installation instructions
|
||
|
(In <application>perl-5.26.0</application> the use of the current
|
||
|
directory in <literal>@INC</literal> was removed for security
|
||
|
reasons and this module has not been updated) :
|
||
|
|
||
|
<screen><userinput>PERL_USE_UNSAFE_INC=1 perl Makefile.PL &&
|
||
|
make &&
|
||
|
make test</userinput></screen>
|
||
|
|
||
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||
|
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
|
||
|
</para>
|