<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to deploy a software that uses IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899115#M12513</link>
    <description>&lt;P&gt;The application software is for windows. I developed it with Visual Studio 2008 and IPP 6.1.1.035.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Johnson&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2010 23:04:36 GMT</pubDate>
    <dc:creator>like2learn</dc:creator>
    <dc:date>2010-02-05T23:04:36Z</dc:date>
    <item>
      <title>How to deploy a software that uses IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899114#M12512</link>
      <description>&lt;P&gt;I have developed an application software that performs FFT/IFFT with IPP. Now I want to distribute this software to a customer. To run my software, does our customer have to install IPP at his computer as well? Can I use IPP as static library and compile it into exe file thus our customer doesn't have to install the IPP?&lt;/P&gt;
&lt;P&gt;BTW, if our customer has to install IPP, how much should he pay?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Johnson&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2010 23:02:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899114#M12512</guid>
      <dc:creator>like2learn</dc:creator>
      <dc:date>2010-02-05T23:02:07Z</dc:date>
    </item>
    <item>
      <title>How to deploy a software that uses IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899115#M12513</link>
      <description>&lt;P&gt;The application software is for windows. I developed it with Visual Studio 2008 and IPP 6.1.1.035.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Johnson&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2010 23:04:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899115#M12513</guid>
      <dc:creator>like2learn</dc:creator>
      <dc:date>2010-02-05T23:04:36Z</dc:date>
    </item>
    <item>
      <title>How to deploy a software that uses IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899116#M12514</link>
      <description>&lt;P&gt;Hello Johnson,&lt;/P&gt;
&lt;P&gt;Only you (the developer) are required to purchase and license the IPP library. You can redistribute those parts of the library that are listed in the redist.txt file in the install directory. Your customer does not need to purchase IPP or execute any sort of license with Intel.&lt;/P&gt;
&lt;P&gt;Your purchase of the library also makes you eligible for updates for one year from purchase. If you have registered your email address with us you'll receive an email notification when updates are available (an update is schedule for next week).&lt;/P&gt;
&lt;P&gt;There are no royalty fees associated with your redistribution of the items in redist.txt. You pay only the cost of the library.&lt;/P&gt;
&lt;P&gt;Simplest approach to distributing the library is as you have suggested, just link statically with the library so the only thing you have to distribute is your EXE file. If you choose to use the DLL approach you will have to also distribute the appropriate parts, but static linking is by far the simplest and, in most cases, the smallest distribution method.&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2010 00:40:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899116#M12514</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-02-06T00:40:26Z</dc:date>
    </item>
    <item>
      <title>How to deploy a software that uses IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899117#M12515</link>
      <description>&lt;P&gt;Thanks to Paul's response.&lt;BR /&gt;&lt;BR /&gt;In addtion to that, please check several useful reference on Intel IPP Licensing Q&amp;amp;A and redistribution:&lt;BR /&gt;&lt;BR /&gt;Intel IPP licensing FAQs:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-faq/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-faq/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Which Intel IPP libraires are "Redistributables"?&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-which-intel-ipp-libraries-are-redistributables/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-which-intel-ipp-libraries-are-redistributables/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Others: &lt;A href="http://software.intel.com/en-us/articles/intel-ipp-kb/download-registration-licensing/1/"&gt;http://software.intel.com/en-us/articles/intel-ipp-kb/download-registration-licensing/1/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Ying&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2010 00:51:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899117#M12515</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2010-02-08T00:51:22Z</dc:date>
    </item>
    <item>
      <title>How to deploy a software that uses IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899118#M12516</link>
      <description>&lt;P&gt;When I turn on static linking, I have fatal link problems.&lt;/P&gt;
&lt;P&gt;To turn on static linking, with VS2005 I do the following:&lt;/P&gt;
&lt;P&gt;(1) right click on project, click Properties&lt;/P&gt;
&lt;P&gt;(2) on General tab, Use of MFC, switch from "Use MFC in a shared DLL" to "Use MFC in a static library"&lt;/P&gt;
&lt;P&gt;(3) On C++ Code Generation tab, Runtime Library, switch from "Multi-threaded DLL (/MD)" to "Multi-threaded (/MT)"&lt;/P&gt;
&lt;P&gt;All the IPP libraries are identified in Linker Input tab, naming the LIB files needed.&lt;/P&gt;
&lt;P&gt;After doing #2 and #3 above, I get multiple fatal link problems, all kinds of conflicts.&lt;/P&gt;
&lt;P&gt;How to link IPP static?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2010 19:58:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899118#M12516</guid>
      <dc:creator>franknatoli</dc:creator>
      <dc:date>2010-02-08T19:58:15Z</dc:date>
    </item>
    <item>
      <title>How to deploy a software that uses IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899119#M12517</link>
      <description>&lt;P&gt;Hello Frank,&lt;/P&gt;
&lt;P&gt;The switches you changed affect your CRT libraries, not the IPP libraries. You need to change the list of IPP library files you are linking against. See the following KB article for more info:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/simplified-link-instructions-for-the-ipp-library/"&gt;&lt;B&gt;Simplified Link Instructions for the IPP Library&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2010 00:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-deploy-a-software-that-uses-IPP/m-p/899119#M12517</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-02-13T00:22:51Z</dc:date>
    </item>
  </channel>
</rss>

