Changes between Version 1 and Version 2 of Howto
- Timestamp:
- 09/08/09 11:34:10 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto
v1 v2 4 4 might want to do. 5 5 6 = Open a Ticket =6 = Open a Ticket file a bug or a feature request = 7 7 8 In order to open a ticket first you need to register on the Trac of Padre. 9 Unfortunately due to excessive spam and our lack of capability to setup SPAM 10 filter we had to disable the registration form and we have to manually enable 11 for every new person. Don't worry though as it is easy to do so. You just have 12 to join us on IRC ( http://padre.perlide.org/irc.html?channel=padre ) (TODO describe IRC more) 13 and ask us to open the registration form for you. 14 15 Once registered there is a link to [wiki:Tickets Create Ticket] 8 16 9 17 … … 17 25 See [wiki:Release] 18 26 19 = Setup Development Environment on Windows=27 = Setup Development Environment = 20 28 21 TODO: copy from main page 29 We recommend first installing a released version of Padre as described on http://padre.perlider.org/download.html and on 30 [wiki:Download]. 31 Once that's working on your system it will be easier to switch to development mode. 22 32 23 = Setup Development Environment on Linux = 33 In order to develop padre you will need to have a Subversion client. 34 35 The URL of our SVN repository is at http://svn.perlide.org/padre/trunk/ 36 37 It is required to setup a few more utilities to get the developer's environment ready. 38 Specifically you need to install Module::Install from CPAN. See instructions below: 39 40 To run Padre from the workspace checked out from SVN type "perl dev.pl" 41 42 == Windows == 43 44 For Windows we recommend the Tortoise SVN client you can download from http://tortoisesvn.tigris.org/ 45 46 To install Module::Install open a command prompt and navigate to the folder of the 47 source code (e.g. d:\padre\padre) and type in the following command "cpan Module::Install" (notice: this is case sensitive) 48 49 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 50 Once this finished type "dmake" and press enter 51 52 == Linux == 53 54 $ cpan Module::Install 55 56 TODO: improve the details here 24 57 25 58
