core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_01.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 10:31:32 -0500
changeset 2131 ff0156b93599
parent 1995 b4d36ee06879
permissions -rw-r--r--
moved inf, mmp, remote conn, and views to project folder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1633
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     2
<html>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     3
<head>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     7
<title>Installing Perl</title>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     9
</head>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1633
diff changeset
    10
<body >
1633
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    11
<h2>Installing Perl</h2>
2131
ff0156b93599 moved inf, mmp, remote conn, and views to project folder
fturovic <frank.turovich@nokia.com>
parents: 1995
diff changeset
    12
<p><a href="http://en.wikipedia.org/wiki/Perl">Perl</a> is a high-level, general-purpose, interpreted, dynamic programming language which many Symbian build utilities and commands require.</p>
1633
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    13
<div class="step">
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
<h4><a name="runPerl" id="runPerl"> </a>Installing Perl</h4>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    15
<ul>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    16
  <li>Download and install ActivePerl version 5.6.1 b638</li>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    17
</ul>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    18
<blockquote>
1995
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    19
  <p>Software can be downloaded from <a href="http://www.forum.nokia.com/info/sw.nokia.com/id/08714ccb-f405-4ec6-b8ec-80ad83942d50/ActiveState_ActivePerl.html">Forum Nokia</a>. </p>
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    20
  <ul>
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    21
      <li><b>BEFORE 31-DEC-2010:</b> <A href="http://www.forum.nokia.com/info/sw.nokia.com/id/08714ccb-f405-4ec6-b8ec-80ad83942d50/ActiveState_ActivePerl.html">ActivePerl-5.6.1.635</a> from Forum Nokia <br>
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    22
          (5.6.1 is required by Symbian tools, later versions will not work) </li>
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    23
      <li><b>AFTER 31-DEC-2010: </b> All SDKs will include Perl as part of the installer. <br>
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    24
          Consult the <a href="http://www.forum.nokia.com/Library/Tools_and_downloads/Other/Symbian_SDKs/">Forum Nokia</a> or the <a href="https://developer-secure.symbian.org/main/tools_and_kits/index.php">Symbian Foundation</a> sites for details.</li>
b4d36ee06879 BUG 11653 fixed remaining perl links to point to FN
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    25
  </ul>
1633
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    26
  </blockquote>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    27
</div>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    28
<h5>Other references</h5>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    29
<ul>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    30
  <li><a href="../../projects/tutorials/run_mode_debug_example_01.htm">Verify System Setup (Run-mode) Tutorial</a></li>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    31
</ul>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    32
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    33
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    34
</body>
0c69c533fa52 draft of run mode tutorial material
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    35
</html>