Changes between Version 41 and Version 42 of Intel_IPP_Codecs
- Timestamp:
- Jan 28, 2014 6:28:08 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v41 v42 74 74 ==== Download and install IPP and IPP samples ==== 75 75 76 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp 76 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and http://www.intel.com/software/products/ipp/samples.htm 77 77 1. Run the Intel IPP installer (e.g. ''w_ipp_ia32_p_5.3.3.082.exe''). The default installation will install it to {{{C:\Program Files\Intel\IPP\5.3.3.082}}} folder, and this is the folder that will be referred to by this tutorial. 78 78 1. Unzip the Intel IPP samples (e.g. ''w_ipp-samples_p_5.3.095.zip'') to a folder. This tutorial assumes that the samples are installed in {{{C:\ipp-samples}}}, but it can be installed anywhere else with some modifications to the instructions below. … … 145 145 ==== Download and install IPP and IPP samples ==== 146 146 147 1. Download Intel IPP and Intel IPP samples from http:// www.intel.com/cd/software/products/asmo-na/eng/302910.htm147 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and http://www.intel.com/software/products/ipp/samples.htm 148 148 1. Extract the archive to a temporary folder 149 149 1. Run the installer (e.g. ''./install.sh'') and follow the on screen instructions. The default installation options will install it to ''"/opt/intel/ipp/"'' directory (e.g. ''"/opt/intel/ipp/5.3.1.062/ia32/"'' in my case). … … 212 212 213 213 1. IPP cannot be obtained separately, you have to install Intel Compiler to get it. 214 1. Download Intel Compiler and Intel IPP samples from http:// www.intel.com/cd/software/products/asmo-na/eng/302910.htm214 1. Download Intel Compiler and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and http://www.intel.com/software/products/ipp/samples.htm 215 215 1. Extract the archive to a temporary folder 216 216 1. Run the installer and follow the on screen instructions. The default installation options will install it to ''"/Library/Frameworks"'' directory (e.g. ''"/Library/Frameworks/Intel_IPP.framework/Versions/Current/"'' in my case).