123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <!-- 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.11"/>
- <title>Intel® 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">
- $(document).ready(initResizable);
- $(window).load(resizeHeight);
- </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® Enhanced Privacy ID SDK</a>
-  <span id="projectnumber">3.0.0</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.11 -->
- </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">
- $(document).ready(function(){initNavTree('BuildToolsInstallation.html','');});
- </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="doxtable">
- <tr>
- <th>Prerequisite </th><th>Download Link </th></tr>
- <tr>
- <td><a href="https://www.python.org/downloads">Python</a> </td><td><a href="https://www.python.org/downloads/release/python-2712/">python 2.7.12 installers</a> </td></tr>
- <tr>
- <td><a href="http://www.scons.org">SCons</a> </td><td><a href="http://prdownloads.sourceforge.net/scons/scons-2.4.1.zip">scons-2.4.1.zip</a> </td></tr>
- <tr>
- <td><a href="https://bitbucket.org/sconsparts/parts/downloads">Parts</a> </td><td><a href="https://bitbucket.org/sconsparts/parts/downloads/parts-0.11.0.zip">parts-0.11.0.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"> > 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"> > 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"> > 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"> > 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 />
- </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">
- © 2016 Intel Corporation
- </li>
- </ul>
- </div>
- </body>
- </html>
|