File: padre_download_netbsd.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 (47 lines) | stat: -rw-r--r-- 2,483 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
<h1 id="NetBSDInstallationInstructions">NetBSD Installation Instructions</h1>
<h2 id="InstallationusingthePackageManager">Installation using the Package Manager</h2>
<p>
For binary packages installation take a look at <a class="ext-link" href="http://www.netbsd.org/docs/software/packages.html#binarydist"><span class="icon"></span>http://www.netbsd.org/docs/software/packages.html#binarydist</a>.
There are packages available for some platforms (including NetBSD and Darwin).
The 2010Q1 release of pkgsrc will provide binary packages for Padre, too.
</p>
<p>
Packed by Sno|, contact pkgsrc-users@NetBSD.org in case of problems.
</p>
<p>
To install Padre on NetBSD or any other pkgsrc supported platform, simply
<tt>
$ cd /usr/pkgsrc/editors/p5-Padre
$ make install clean clean-depends
</tt>
</p>
<p>
If you want to add plugin's, too, check which ones are already available:
<tt>
$ cd /usr/pkgsrc
$ echo */p5-Padre-Plugin-*
</tt>
</p>
<p>
For each desired plugin, change the working directory to it's location and install as done above.
</p>
<p>
If you have trouble installing Padre using pkgsrc (and read the pkgsrc guide, mailing list archives and open PR's carefully), feel free to send your question to <tt> pkgsrc-p5-people </tt> or <tt> pkgsrc-users </tt> mailing list as found on <tt> <a class="ext-link" href="http://www.netbsd.org/mailinglists/#descriptions-of-mailing-lists"><span class="icon"></span>http://www.netbsd.org/mailinglists/#descriptions-of-mailing-lists</a> </tt>. Although the import and maintaining is mostly done by Jens Rehsack, your chance getting feedback is better asking the proper mailing list instead of the primary maintainer. You might get questions answered on <tt> <a class="ext-link" href="irc://irc.freenode.net/"><span class="icon"></span>irc://irc.freenode.net/</a> </tt> in the channel <tt> #pkgsrc </tt>.
</p>
<h2 id="InstallationfromCPAN">Installation from CPAN</h2>
<p>
Currently, there are no Padre CPAN installation instructions specific to NetBSD.
Feel free to add comments and hints.
</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>