BuildToolsInstallation.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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.11"/>
  8. <title>Intel&reg; 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. $(document).ready(initResizable);
  18. $(window).load(resizeHeight);
  19. </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&reg; Enhanced Privacy ID SDK</a>
  35. &#160;<span id="projectnumber">3.0.0</span>
  36. </div>
  37. </td>
  38. </tr>
  39. </tbody>
  40. </table>
  41. </div>
  42. <!-- end header part -->
  43. <!-- Generated by Doxygen 1.8.11 -->
  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. $(document).ready(function(){initNavTree('BuildToolsInstallation.html','');});
  57. </script>
  58. <div id="doc-content">
  59. <div class="header">
  60. <div class="headertitle">
  61. <div class="title">Guide to Installing Build Tools </div> </div>
  62. </div><!--header-->
  63. <div class="contents">
  64. <div class="toc"><h3>Table of Contents</h3>
  65. <ul><li class="level1"><a href="#build_tools_windows_python">Installing Python</a></li>
  66. <li class="level1"><a href="#build_tools_windows_scons">Installing SCons</a></li>
  67. <li class="level1"><a href="#build_tools_windows_parts">Installing Parts</a></li>
  68. </ul>
  69. </div>
  70. <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>
  71. <table class="doxtable">
  72. <tr>
  73. <th>Prerequisite </th><th>Download Link </th></tr>
  74. <tr>
  75. <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>
  76. <tr>
  77. <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>
  78. <tr>
  79. <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>
  80. </table>
  81. <p><br />
  82. </p>
  83. <h1><a class="anchor" id="build_tools_windows_python"></a>
  84. Installing Python</h1>
  85. <ol type="1">
  86. <li>Download and install Python according to the installation procedure for your platform.</li>
  87. <li>Make sure that the Python directory and the Python scripts directory are in the path.</li>
  88. </ol>
  89. <p>To verify that Python installed correctly, run: </p><pre class="fragment"> &gt; python --version
  90. </pre><p><br />
  91. </p>
  92. <h1><a class="anchor" id="build_tools_windows_scons"></a>
  93. Installing SCons</h1>
  94. <p>After Python is installed, install SCons.</p>
  95. <ol type="1">
  96. <li>Download and extract the files from the SCons archive.</li>
  97. <li>To install SCons, go to the directory with the extracted files and run: <pre class="fragment"> &gt; python setup.py install
  98. </pre></li>
  99. </ol>
  100. <dl class="section note"><dt>Note</dt><dd>You may need administrative privileges to execute this command.</dd></dl>
  101. <p><br />
  102. To verify that SCons installed correctly, run: </p><pre class="fragment"> &gt; scons --version
  103. </pre><p><br />
  104. </p>
  105. <h1><a class="anchor" id="build_tools_windows_parts"></a>
  106. Installing Parts</h1>
  107. <p>After SCons is installed, install Parts.</p>
  108. <ol type="1">
  109. <li>Download and extract the files from the Parts archive.</li>
  110. <li>To install Parts, go to the directory with the extracted files and run: <pre class="fragment"> &gt; python setup.py install
  111. </pre></li>
  112. </ol>
  113. <dl class="section note"><dt>Note</dt><dd>You may need administrative privileges to execute this command.</dd></dl>
  114. <p><br />
  115. </p>
  116. </div></div><!-- contents -->
  117. </div><!-- doc-content -->
  118. <!-- HTML footer for doxygen 1.8.10-->
  119. <!-- start footer part -->
  120. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  121. <ul>
  122. <li class="footer">
  123. &copy; 2016 Intel Corporation
  124. </li>
  125. </ul>
  126. </div>
  127. </body>
  128. </html>