File: padre_download_debian.html

package info (click to toggle)
libtext-trac-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 716 kB
  • sloc: perl: 1,462; makefile: 10
file content (62 lines) | stat: -rw-r--r-- 3,303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<h1 id="DebianInstallationInstructions">Debian Installation Instructions</h1>
<h2 id="InstallationusingthePackageManager">Installation using the Package Manager</h2>
<p>
Padre 0.63 is available in <a class="ext-link" href="http://www.debian.org/"><span class="icon"></span>Debian</a> 6.0 (&quot;squeeze&quot;),
as well as in the <tt>unstable</tt> (Pare 0.90) and <tt>testing</tt> (Padre 0.90) branches of Debian.
</p>
<p>
Install:
<tt>
# aptitude install padre
</tt>
</p>
<h3 id="OlderStableReleases">Older Stable Releases</h3>
<p>
If you run a stable release prior to Squeeze (6.0), you'd have to add
an &quot;unstable&quot; or &quot;testing&quot; source to <tt>/etc/apt/sources.list</tt>, e.g. as follows: 
<tt>
deb <a class="ext-link" href="http://mirror.isoc.org.il/pub/debian/"><span class="icon"></span>http://mirror.isoc.org.il/pub/debian/</a> unstable main
deb-src <a class="ext-link" href="http://mirror.isoc.org.il/pub/debian/"><span class="icon"></span>http://mirror.isoc.org.il/pub/debian/</a> unstable main
</tt>
</p>
<p>
Then update the package list
<tt>
# aptitude update
</tt>
</p>
<p>
and perform the installation as described above.
</p>
<h2 id="InstallationfromCPANorSubversion">Installation from CPAN or Subversion</h2>
<p>
Make sure that CPAN can work properly. Install the <tt>build-essential</tt> package if it is not yet installed.
</p>
<pre class="wiki">
aptitude install libppix-regexp-perl libalien-wxwidgets-perl libppix-editortools-perl libio-string-perl libdevel-dumpvar-perl libfile-spec-perl libwx-perl libprobe-perl-perl libwxbase2.8-dev libdevel-refactor-perl libnet-daemon-perl libclass-unload-perl libthreads-shared-perl libwxgtk2.8-0 libtext-diff-perl libfile-next-perl libdbi-perl libtext-glob-perl ack-grep libclass-inspector-perl libtext-findindent-perl libfile-remove-perl libplrpc-perl libmodule-manifest-perl libparse-exuberantctags-perl libtemplate-tiny-perl libparse-errorstring-perl-perl libpod-pom-perl  liborlite-migrate-perl libfile-pushd-perl libio-stringy-perl libwxbase2.8-0 libipc-run-perl libclass-adapter-perl libtask-weaken-perl  libpod2-base-perl liborlite-perl libfile-find-rule-perl libpod-abstract-perl libclass-xsaccessor-perl libio-pty-perl libclone-perl  libwx-perl-processstream-perl libipc-run3-perl libwxgtk2.8-dev libdbd-sqlite3-perl libfile-sharedir-perl libppi-perl wx2.8-headers  libfile-homedir-perl liblist-moreutils-perl libdebug-client-perl libnumber-compare-perl libyaml-tiny-perl libgtk2.0-dev
</pre>
<p>
Then either install from CPAN (which will help you to resolve possible additional dependencies), or run
<tt>
perl Makefile.PL
make
make test
make install
</tt>
in the Padre directory. Pay attention to the output of <tt>perl Makefile.PL</tt>, it may remind you of some missing CPAN modules that you need to install.
</p>
<p>
(last checked Sep. 22, 2011, on Debian testing)
</p>
<h2 id="StillNotWorking?">Still Not Working?</h2>
<p>
Following the instructions on this page did not lead to a successful installation?
</p>
<p>
<a class="ext-link" href="http://padre.perlide.org/contact.html"><span class="icon"></span>Contact us</a>.
</p>
<p>
We will do our best to help you.
By letting us know that something does not work you will help us, too.
When we know about it, we can improve this documentation and Padre itself.
</p>