Changes between Version 42 and Version 43 of Intel_IPP_Codecs
- Timestamp:
- Nov 5, 2015 3:39:19 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v42 v43 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 and http ://www.intel.com/software/products/ipp/samples.htm76 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and https://registrationcenter.intel.com/en/ 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. 79 80 Note: You would need a valid license to download the IPP samples from the above link. 79 81 80 82 ==== Build the IPP samples ==== … … 145 147 ==== Download and install IPP and IPP samples ==== 146 148 147 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.htm149 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and https://registrationcenter.intel.com/en/ 148 150 1. Extract the archive to a temporary folder 149 151 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). 150 152 1. Extract IPP samples to a directory (e.g. to ''"~/Desktop/ipp-samples"''). 151 153 154 Note: You would need a valid license to download the IPP samples from the above link. 152 155 153 156 ==== Build the IPP samples ==== … … 212 215 213 216 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://software.intel.com/en-us/intel-ipp and http ://www.intel.com/software/products/ipp/samples.htm217 1. Download Intel Compiler and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and https://registrationcenter.intel.com/en/ 215 218 1. Extract the archive to a temporary folder 216 219 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). 217 220 1. Extract IPP samples to a directory (e.g. to ''"~/Desktop/ipp-samples"''). 218 221 222 Note: You would need a valid license to download the IPP samples from the above link. 219 223 220 224 ==== Build the IPP samples ====