Changes between Version 135 and Version 136 of Download
- Timestamp:
- 02/15/10 11:27:17 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v135 v136 118 118 119 119 Feedback is welcomed. 120 121 == NetBSD == 122 123 For binary packages installation take a look at {{{ http://www.netbsd.org/docs/software/packages.html#binarydist }}}. There're packages available for some platforms (including NetBSD and Darwin), 2010Q1 release of pkgsrc will provide binary packages for Padre, too. 120 124 121 125 = Source code = … … 494 498 }}} 495 499 500 == NetBSD/pkgsrc == 501 502 To install Padre on NetBSD or any other pkgsrc supported platform, simply 503 {{{ 504 $ cd /usr/pkgsrc/editors/p5-Padre 505 $ make install clean clean-depends 506 }}} 507 508 If you want to add plugin's, too, check which ones are already available: 509 {{{ 510 $ cd /usr/pkgsrc 511 $ echo */p5-Padre-Plugin-* 512 }}} 513 514 For each desired plugin, change the working directory to it's location and install as done above. 515 496 516 == openSUSE == 497 517
