RSS

(root)/bugzilla/3.4 : 5441 (compared to revision 6722) : docs/en/xml/modules.xml

To get this branch, use:
bzr branch /bugzilla/3.4

« back to all changes in this revision

Viewing changes to docs/en/xml/modules.xml

lpsolit%gmail.com
2008-01-27 21:14:14
Revision ID: cvs-1:lpsolitgmail.com-20080128051414-2yv396bj7ybtinpg
Bug 325487: Admin pages should require less "clicks" (remove useless confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit

Show diffs side-by-side

added added

removed removed

1
 
<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
2
 
<appendix id="install-perlmodules-manual">
3
 
  <title>Manual Installation of Perl Modules</title>
4
 
  
5
 
  <section id="modules-manual-instructions">
6
 
    <title>Instructions</title>
7
 
    <para>
8
 
      If you need to install Perl modules manually, here's how it's done.
9
 
      Download the module using the link given in the next section, and then
10
 
      apply this magic incantation, as root:
11
 
    </para>
12
 
 
13
 
    <para>  
14
 
      <screen><prompt>bash#</prompt> tar -xzvf &lt;module&gt;.tar.gz
15
 
<prompt>bash#</prompt> cd &lt;module&gt;
16
 
<prompt>bash#</prompt> perl Makefile.PL
17
 
<prompt>bash#</prompt> make
18
 
<prompt>bash#</prompt> make test
19
 
<prompt>bash#</prompt> make install</screen>
20
 
    </para>
21
 
    <note>
22
 
      <para>
23
 
        In order to compile source code under Windows you will need to obtain
24
 
        a 'make' utility.  The <command>nmake</command> utility provided with
25
 
        Microsoft Visual C++ may be used.  As an alternative, there is a
26
 
        utility called <command>dmake</command> available from CPAN which is
27
 
        written entirely in Perl.
28
 
      </para>
29
 
      <para>
30
 
        As described in <xref linkend="modules-manual-download" />, however, most
31
 
        packages already exist and are available from ActiveState or theory58S.
32
 
        We highly recommend that you install them using the ppm GUI available with
33
 
        ActiveState and to add the theory58S repository to your list of repositories.
34
 
      </para>
35
 
    </note>
36
 
  </section>
37
 
    
38
 
  <section id="modules-manual-download">
39
 
    <title>Download Locations</title>
40
 
    
41
 
    <note>
42
 
      <para>
43
 
        Running Bugzilla on Windows requires the use of ActiveState
44
 
        Perl 5.8.1 or higher. Many modules already exist in the core
45
 
        distribution of ActiveState Perl. Additional modules can be downloaded
46
 
        from <ulink url="http://theoryx5.uwinnipeg.ca/ppms/" /> if you use
47
 
        Perl 5.8.x or from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" />
48
 
        if you use Perl 5.10.x.
49
 
      </para>
50
 
    </note>
51
 
 
52
 
    <para>
53
 
      CGI:
54
 
      <literallayout>
55
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
56
 
        Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/>
57
 
      </literallayout>
58
 
    </para>
59
 
 
60
 
    <para>
61
 
      Data-Dumper:
62
 
      <literallayout>
63
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Data-Dumper/"/>
64
 
        Documentation: <ulink url="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"/>
65
 
      </literallayout>
66
 
    </para>
67
 
    
68
 
    <para>
69
 
      Date::Format (part of TimeDate):
70
 
      <literallayout>
71
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/>
72
 
        Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/>
73
 
      </literallayout>
74
 
    </para>
75
 
 
76
 
    <para>
77
 
      DBI:
78
 
      <literallayout>
79
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/>
80
 
        Documentation: <ulink url="http://dbi.perl.org/docs/"/>
81
 
      </literallayout>
82
 
    </para>
83
 
 
84
 
    <para>
85
 
      DBD::mysql:
86
 
      <literallayout>
87
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/>
88
 
        Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/>
89
 
      </literallayout>
90
 
    </para>
91
 
 
92
 
    <para>
93
 
      DBD::Pg:
94
 
      <literallayout>
95
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-Pg/"/>
96
 
        Documentation: <ulink url="http://search.cpan.org/dist/DBD-Pg/Pg.pm"/>
97
 
      </literallayout>
98
 
    </para>
99
 
 
100
 
    <para>
101
 
      Template-Toolkit:
102
 
      <literallayout>
103
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/>
104
 
        Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/>
105
 
      </literallayout>
106
 
    </para>
107
 
 
108
 
    <para>
109
 
      GD:
110
 
      <literallayout>
111
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
112
 
        Documentation: <ulink url="http://search.cpan.org/dist/GD/GD.pm"/>
113
 
      </literallayout>
114
 
    </para>
115
 
 
116
 
    <para>
117
 
      Template::Plugin::GD:
118
 
      <literallayout>
119
 
       CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-GD/" />
120
 
       Documentation: <ulink url="http://www.template-toolkit.org/docs/aqua/Modules/index.html" />
121
 
      </literallayout>
122
 
    </para>
123
 
 
124
 
    <para>
125
 
      MIME::Parser (part of MIME-tools):
126
 
      <literallayout>
127
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
128
 
        Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
129
 
      </literallayout>
130
 
    </para>
131
 
 
132
 
  </section>
133
 
 
134
 
  <section id="modules-manual-optional">
135
 
    <title>Optional Modules</title>
136
 
 
137
 
    <para>
138
 
      Chart::Base:
139
 
      <literallayout>
140
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
141
 
        Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/>
142
 
      </literallayout>
143
 
    </para>
144
 
 
145
 
     <para>
146
 
      GD::Graph:
147
 
      <literallayout>
148
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/>
149
 
        Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/>
150
 
      </literallayout>
151
 
    </para>
152
 
 
153
 
    <para>
154
 
      GD::Text::Align (part of GD::Text::Util):
155
 
      <literallayout>
156
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/>
157
 
        Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/>
158
 
      </literallayout>
159
 
    </para>
160
 
 
161
 
   <para>
162
 
      XML::Twig:
163
 
      <literallayout>
164
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Twig/"/>
165
 
        Documentation: <ulink url="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html"/>
166
 
      </literallayout>
167
 
    </para>
168
 
 
169
 
    <para>
170
 
      PatchReader:
171
 
      <literallayout>
172
 
        CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/>
173
 
        Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/>
174
 
      </literallayout>
175
 
    </para>
176
 
 
177
 
   <para>
178
 
      Image::Magick:
179
 
      <literallayout>
180
 
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/PerlMagick/"/>
181
 
        Documentation: <ulink url="http://www.imagemagick.org/script/resources.php"/>
182
 
      </literallayout>
183
 
    </para>
184
 
   </section>
185
 
</appendix>

Loggerhead 1.18.1 is a web-based interface for Bazaar branches