| 9 | | |
| | 9 | == Prepare for the testing == |
| | 10 | |
| | 11 | If you'd like to test the current development version of Padre then please check it out |
| | 12 | as |
| | 13 | {{{ |
| | 14 | svn co http://svn.perlide.org/padre/trunk/Padre |
| | 15 | }}} |
| | 16 | and then run it from there. |
| | 17 | |
| | 18 | If you'd like to test the release branch then please check out the release branch: |
| | 19 | {{{ |
| | 20 | svn co http://svn.perlide.org/padre/branches/Padre-0.84/ |
| | 21 | }}} |
| | 22 | |
| | 23 | Do the regular things: |
| | 24 | {{{ |
| | 25 | perl Makefile.PL |
| | 26 | make |
| | 27 | make test |
| | 28 | }}} |
| | 29 | |
| | 30 | and then launch padre using |
| | 31 | {{{ |
| | 32 | perl -Ilib script/padre |
| | 33 | }}} |
| | 34 | |
| | 35 | Other possibility is to actually install the release candidate using |
| | 36 | {{{ |
| | 37 | make install |
| | 38 | }}} |
| | 39 | |
| | 40 | and then launch by just typing |
| | 41 | {{{ |
| | 42 | padre |
| | 43 | }}} |