Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Installing IPP on linux

bilal_mujeeb
Beginner
202 Views
i have installed library on suse 10 (with gcc and kdevelop) but i tried to set environmental variables, i tried to do the same as been told in the html files but the description is so poor that i couldnt integrate it with gcc. I wasted 7 atleast on it but no use please help me out because i am new to programming in Gcc, Linux and IPP.

THANX in Advance
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
202 Views

Hello,

you can look at IPP oolsenvippvars32.sh file to see how to set environemnt variables in Linux. Basically, you need to export desired variables with command like this:

>export IPPROOT=/opt/intel/...you path here
>export INCLUDE=$IPPROOT/include:$INCLUDE
>export LIB=$IPPROOT/lib:$LIB

Regards,
Vladimir

0 Kudos
Reply