How to Install Android - http://kenai.com/projects/nbandroid/pages/Install
Dev. Android using NetBeans - http://en.androidwiki.com/wiki/Developing_Android_aplications_using_NetBeans
http://updates.netbeans.org/netbeans/updates/6.8/uc/final/thirdparty/catalog.xml.gz
http://kenai.com/downloads/nbandroid/updates.xml
Monday, October 11, 2010
How to Install Perl

How to Install Perl :
-------------------
- install perl
- create folder c:\ppmrep
- goto command prompt
- type "ppm" and enter
- type "rep add localrep c:\ppmrep\"
- type "rep"
- take a look at localrep, it should be on the first in list.
- type "rep up localrep" to get the localrep to the first one.
- extract all modules libnet, DBI, DBD-ODBC to c:\ppmrep
- type "search *", you should see three modules there
- type "install libnet"
- type "install DBI"
- type "install DBD-ODBC"
- type "quit"
- type "perl -e 'use DBI'", you should see no message instead of new prompt.
- done.
Subscribe to:
Posts (Atom)