Skip to content
forked from PadreIDE/Padre

Offical repository of the core Padre code

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

kathackeray/Padre

This branch is 13 commits behind PadreIDE/Padre:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80c38f9 · Feb 24, 2021
Sep 11, 2014
Feb 12, 2021
Nov 9, 2013
Aug 19, 2009
Feb 24, 2021
Jun 2, 2015
Jan 26, 2015
Sep 11, 2014
Jul 13, 2011
Sep 11, 2014
Sep 15, 2014
Nov 2, 2017
Jul 24, 2009
Feb 17, 2015
Feb 17, 2015
Jul 24, 2009
Sep 7, 2014
Jun 27, 2011
Sep 24, 2012
Sep 15, 2014
Sep 12, 2014
Feb 12, 2021
Feb 12, 2021
Oct 27, 2014
Feb 12, 2021
Jan 4, 2010

Repository files navigation

Padre Build StatusCoverage Status

Perl Application Development and Refactoring Environment

A Perl IDE and general-purpose editor using WxWidgets.

Installation

  • Alien::wxWidgets
  • Wx
  • Padre

For detailed installation instructions look at

http://padre.perlide.org/wiki/Download

ToDo

  • convert from svn to github kaare++
  • travis intergration alias++ bowtie++
  • contributors guide
    • use of tools perltidyrc
    • spell checking
    • use of skip ci for *.mb and pod files
    • use of gists
  • conversion of trac features szabgab++
  • conversion of RT to issues karre++
  • irc info bowtie++
  • #padre notifications
  • padre developers wiki

License

The Padre source code is distributed under the same terms as Perl itself. Namely:

  1. The GNU General Public License, either version 1 or at your option, any later version. (see the file "COPYING").

  2. The Artistic License of Perl. (see the file "Artistic").


For other Copyrights and Licenses see also

share/icons/padre/README.txt share/icons/gnome218/README.txt

Development

In order to develop Padre on Ubuntu we will use the system-perl. Install the available packages using

./install_on_ubuntu

Then install the remaining missing packages that are not distributed by Ubuntu:

curl -L https://cpanmin.us | perl - App::cpanminus
~/perl5/bin/cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)

Add the following line to ~/.bashrc (or similar file that is loaded when you open a terminal)

eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)

Then open a new terminal and type in

perl Makefile.PL

Install the missing modules:

cpanm Parse::Functions Debug::Client
perl Makefile.PL
make
./dev

About

Offical repository of the core Padre code

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 99.5%
  • C 0.2%
  • Raku 0.2%
  • XS 0.1%
  • COBOL 0.0%
  • HTML 0.0%