Html程序  |  133行  |  6.3 KB

<!-- HTML header for doxygen 1.8.10-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<title>Intel&reg; Enhanced Privacy ID SDK: Guide to Installing Build Tools</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="epidstyle.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname"><a 
                            onclick="storeLink('index.html')"
                            id="projectlink" 
                            class="index.html" 
                            href="index.html">Intel&reg; Enhanced Privacy ID SDK</a>
&#160;<span id="projectnumber">6.0.1</span>
</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('_build_tools_installation.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Guide to Installing Build Tools </div>  </div>
</div><!--header-->
<div class="contents">
<div class="toc"><h3>Table of Contents</h3>
<ul><li class="level1"><a href="#build_tools_windows_python">Installing Python</a></li>
<li class="level1"><a href="#build_tools_windows_scons">Installing SCons</a></li>
<li class="level1"><a href="#build_tools_windows_parts">Installing Parts</a></li>
</ul>
</div>
<div class="textblock"><p>Building SDK code out of the box requires a number of tools. This section explains how to install the following tools:</p>
<table class="markdownTable">
<tr class="markdownTableHead">
<th class="markdownTableHeadNone">Prerequisite  </th><th class="markdownTableHeadNone">URL  </th><th class="markdownTableHeadNone">Downloads -----&mdash;   </th></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Python 2.7  </td><td class="markdownTableBodyNone"><a href="https://www.python.org">https://www.python.org</a>  </td><td class="markdownTableBodyNone"><a href="https://www.python.org/downloads/release/python-2712/">python 2.7.12 installers</a>   </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyNone">SCons 2.4  </td><td class="markdownTableBodyNone"><a href="http://www.scons.org">http://www.scons.org</a>  </td><td class="markdownTableBodyNone"><a href="http://prdownloads.sourceforge.net/scons/scons-2.4.1.zip">scons-2.4.1.zip</a>   </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Parts 0.11  </td><td class="markdownTableBodyNone"><a href="https://bitbucket.org/sconsparts/parts/downloads">https://bitbucket.org/sconsparts/parts/downloads</a>  </td><td class="markdownTableBodyNone"><a href="https://bitbucket.org/sconsparts/parts/get/v0.11.1.zip">parts-0.11.1.zip</a>   </td></tr>
</table>
<p><br />
 </p>
<h1><a class="anchor" id="build_tools_windows_python"></a>
Installing Python</h1>
<ol type="1">
<li>Download and install Python according to the installation procedure for your platform.</li>
<li>Make sure that the Python directory and the Python scripts directory are in the path.</li>
</ol>
<p>To verify that Python installed correctly, run: </p><pre class="fragment">    &gt; python --version
</pre><p><br />
 </p>
<h1><a class="anchor" id="build_tools_windows_scons"></a>
Installing SCons</h1>
<p>After Python is installed, install SCons.</p>
<ol type="1">
<li>Download and extract the files from the SCons archive.</li>
<li>To install SCons, go to the directory with the extracted files and run: <pre class="fragment"> &gt; python setup.py install
</pre></li>
</ol>
<dl class="section note"><dt>Note</dt><dd>You may need administrative privileges to execute this command.</dd></dl>
<p><br />
 To verify that SCons installed correctly, run: </p><pre class="fragment">    &gt; scons --version
</pre><p><br />
 </p>
<h1><a class="anchor" id="build_tools_windows_parts"></a>
Installing Parts</h1>
<p>After SCons is installed, install Parts.</p>
<ol type="1">
<li>Download and extract the files from the Parts archive.</li>
<li>To install Parts, go to the directory with the extracted files and run: <pre class="fragment"> &gt; python setup.py install
</pre></li>
</ol>
<dl class="section note"><dt>Note</dt><dd>You may need administrative privileges to execute this command.</dd></dl>
<p><br />
 To verify that Parts installed correctly, run: </p><pre class="fragment">    &gt; python -c "import pkgutil; print 'Parts is installed' if 'parts' in [str(n) for _, n, _ in pkgutil.iter_modules()] else 'Parts module is not found'"
</pre><p><br />
</p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.10-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">
      &copy; 2016-2017 Intel Corporation
    </li>
  </ul>
</div>
</body>
</html>