Changes between Version 53 and Version 54 of Download
- Timestamp:
- 12/05/08 12:05:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v53 v54 11 11 }}} 12 12 You can try that or see further details here: 13 14 15 = Subverion Quick Start Guide = 16 (work in progress, I'm writting this as I learn it.) 17 * make sure your cpan works - make, gcc, etc 18 * install wxwidgets (2.8 or later) - cpan Alien::wxWidgets will download and compile and install it for you 19 * add the following settings to cpan 20 ** o conf build_requires_install_policy yes 21 ** o conf prerequisites_policy follow 22 ** o conf commit 23 * svn co http://svn.perlide.org/padre 24 * cd padre/trunk 25 * cpan . 26 * ./dev.pl 13 27 14 28
