1<!-- HTML header for doxygen 1.8.10--> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 6<meta http-equiv="X-UA-Compatible" content="IE=9"/> 7<meta name="generator" content="Doxygen 1.8.14"/> 8<title>Intel® Enhanced Privacy ID SDK: Guide to Installing Build Tools</title> 9<link href="tabs.css" rel="stylesheet" type="text/css"/> 10<script type="text/javascript" src="jquery.js"></script> 11<script type="text/javascript" src="dynsections.js"></script> 12<link href="navtree.css" rel="stylesheet" type="text/css"/> 13<script type="text/javascript" src="resize.js"></script> 14<script type="text/javascript" src="navtreedata.js"></script> 15<script type="text/javascript" src="navtree.js"></script> 16<script type="text/javascript"> 17/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 18 $(document).ready(initResizable); 19/* @license-end */</script> 20<link href="doxygen.css" rel="stylesheet" type="text/css" /> 21<link href="epidstyle.css" rel="stylesheet" type="text/css"/> 22</head> 23<body> 24<div id="top"><!-- do not remove this div, it is closed by doxygen! --> 25<div id="titlearea"> 26<table cellspacing="0" cellpadding="0"> 27 <tbody> 28 <tr style="height: 56px;"> 29 <td id="projectalign" style="padding-left: 0.5em;"> 30 <div id="projectname"><a 31 onclick="storeLink('index.html')" 32 id="projectlink" 33 class="index.html" 34 href="index.html">Intel® Enhanced Privacy ID SDK</a> 35 <span id="projectnumber">6.0.1</span> 36</div> 37 </td> 38 </tr> 39 </tbody> 40</table> 41</div> 42<!-- end header part --> 43<!-- Generated by Doxygen 1.8.14 --> 44</div><!-- top --> 45<div id="side-nav" class="ui-resizable side-nav-resizable"> 46 <div id="nav-tree"> 47 <div id="nav-tree-contents"> 48 <div id="nav-sync" class="sync"></div> 49 </div> 50 </div> 51 <div id="splitbar" style="-moz-user-select:none;" 52 class="ui-resizable-handle"> 53 </div> 54</div> 55<script type="text/javascript"> 56/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 57$(document).ready(function(){initNavTree('_build_tools_installation.html','');}); 58/* @license-end */ 59</script> 60<div id="doc-content"> 61<div class="header"> 62 <div class="headertitle"> 63<div class="title">Guide to Installing Build Tools </div> </div> 64</div><!--header--> 65<div class="contents"> 66<div class="toc"><h3>Table of Contents</h3> 67<ul><li class="level1"><a href="#build_tools_windows_python">Installing Python</a></li> 68<li class="level1"><a href="#build_tools_windows_scons">Installing SCons</a></li> 69<li class="level1"><a href="#build_tools_windows_parts">Installing Parts</a></li> 70</ul> 71</div> 72<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> 73<table class="markdownTable"> 74<tr class="markdownTableHead"> 75<th class="markdownTableHeadNone">Prerequisite </th><th class="markdownTableHeadNone">URL </th><th class="markdownTableHeadNone">Downloads -----— </th></tr> 76<tr class="markdownTableBody" class="markdownTableRowOdd"> 77<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> 78<tr class="markdownTableBody" class="markdownTableRowEven"> 79<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> 80<tr class="markdownTableBody" class="markdownTableRowOdd"> 81<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> 82</table> 83<p><br /> 84 </p> 85<h1><a class="anchor" id="build_tools_windows_python"></a> 86Installing Python</h1> 87<ol type="1"> 88<li>Download and install Python according to the installation procedure for your platform.</li> 89<li>Make sure that the Python directory and the Python scripts directory are in the path.</li> 90</ol> 91<p>To verify that Python installed correctly, run: </p><pre class="fragment"> > python --version 92</pre><p><br /> 93 </p> 94<h1><a class="anchor" id="build_tools_windows_scons"></a> 95Installing SCons</h1> 96<p>After Python is installed, install SCons.</p> 97<ol type="1"> 98<li>Download and extract the files from the SCons archive.</li> 99<li>To install SCons, go to the directory with the extracted files and run: <pre class="fragment"> > python setup.py install 100</pre></li> 101</ol> 102<dl class="section note"><dt>Note</dt><dd>You may need administrative privileges to execute this command.</dd></dl> 103<p><br /> 104 To verify that SCons installed correctly, run: </p><pre class="fragment"> > scons --version 105</pre><p><br /> 106 </p> 107<h1><a class="anchor" id="build_tools_windows_parts"></a> 108Installing Parts</h1> 109<p>After SCons is installed, install Parts.</p> 110<ol type="1"> 111<li>Download and extract the files from the Parts archive.</li> 112<li>To install Parts, go to the directory with the extracted files and run: <pre class="fragment"> > python setup.py install 113</pre></li> 114</ol> 115<dl class="section note"><dt>Note</dt><dd>You may need administrative privileges to execute this command.</dd></dl> 116<p><br /> 117 To verify that Parts installed correctly, run: </p><pre class="fragment"> > 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'" 118</pre><p><br /> 119</p> 120</div></div><!-- contents --> 121</div><!-- doc-content --> 122<!-- HTML footer for doxygen 1.8.10--> 123<!-- start footer part --> 124<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> 125 <ul> 126 <li class="footer"> 127 © 2016-2017 Intel Corporation 128 </li> 129 </ul> 130</div> 131</body> 132</html> 133