Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 09/07/09 11:12:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 81 81 The URL of our SVN repository is at http://svn.perlide.org/padre/trunk/ 82 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" 89 83 90 == Mailing lists == 84 91
