Changes between Version 42 and Version 43 of Intel_IPP_Codecs


Ignore:
Timestamp:
Nov 5, 2015 3:39:19 AM (8 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v42 v43  
    7474==== Download and install IPP and IPP samples ==== 
    7575 
    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 
     76 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and https://registrationcenter.intel.com/en/ 
    7777 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. 
    7878 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 
     80Note: You would need a valid license to download the IPP samples from the above link. 
    7981 
    8082==== Build the IPP samples ==== 
     
    145147==== Download and install IPP and IPP samples ==== 
    146148 
    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.htm 
     149 1. Download Intel IPP and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and https://registrationcenter.intel.com/en/ 
    148150 1. Extract the archive to a temporary folder 
    149151 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). 
    150152 1. Extract IPP samples to a directory (e.g. to ''"~/Desktop/ipp-samples"''). 
    151153 
     154Note: You would need a valid license to download the IPP samples from the above link. 
    152155 
    153156==== Build the IPP samples ==== 
     
    212215 
    213216 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.htm 
     217 1. Download Intel Compiler and Intel IPP samples from http://software.intel.com/en-us/intel-ipp and https://registrationcenter.intel.com/en/ 
    215218 1. Extract the archive to a temporary folder 
    216219 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). 
    217220 1. Extract IPP samples to a directory (e.g. to ''"~/Desktop/ipp-samples"''). 
    218221 
     222Note: You would need a valid license to download the IPP samples from the above link. 
    219223 
    220224==== Build the IPP samples ====