| 77 | | We recommend first installing a released version of Padre and only once that's working on your system |
| 78 | | to switch the to the development mode. In order to develop padre you will need to have a Subversion client. |
| 79 | | For Windows we recommend the Tortoise SVN client you can download from http://tortoisesvn.tigris.org/ |
| 80 | | |
| 81 | | The URL of our SVN repository is at http://svn.perlide.org/padre/trunk/ |
| 82 | | |
| 83 | | It is required to setup a few more utilities to get the developer's environment ready. To do so open a command prompt and navigate to the folder of the source code (e.g. d:\padre\padre) and type in the following command "cpan Module::Install" (notice: this is case sensitive) |
| 84 | | |
| 85 | | Now you are ready to compile the code you are using. in the same root of your source code tpye "perl Makefile.PL" and press enter |
| 86 | | Once this finished type "dmake" and press enter |
| 87 | | |
| 88 | | To run the IDE type "perl dev.pl" |
| | 77 | See [wiki:Howto] |