Changes between Version 21 and Version 22 of Development
- Timestamp:
- 07/12/09 20:04:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v21 v22 2 2 3 3 We are using Subversion for version control. 4 The main development is in the trunk [http://svn.perlide.org/padre/trunk/Padre]. 5 There is a separate directory for plug-ins and spin-off projects: [http://svn.perlide.org/padre/trunk] 4 The main development of Padre is in the trunk [http://svn.perlide.org/padre/trunk/Padre] but there are several 5 additional projects and almost all the plugins of Padre also live in the same repository so the best if you check 6 out the whole trunk [http://svn.perlide.org/padre/trunk] 6 7 7 * see [wiki:Download] for installation information 8 {{{ 9 $ svn co http://svn.perlide.org/padre/trunk padre 10 }}} 11 12 Then you can run the standard CPAN module process: 13 14 {{{ 15 $ perl Makefile.PL # which will tell about all the missing dependencies of Padre 16 $ make 17 $ make test 18 }}} 19 20 For a more detailed set of instructions on how to install the dependencies visit the [wiki:Download] 21 22 Once all the above works well you can launch Padre from the SVN tree by running 23 {{{ 24 $ cd padre 25 $ perl dev.pl 26 }}} 27 28 you can also use 29 {{{ 30 $ perl dev.pl -h 31 }}} 32 8 33 9 34 see the http://search.cpan.org/~szabgab/Padre/lib/Padre/Manual/Hacking.pod file for Core Padre development
