how to install ATI_Stream_SDK in ubuntu
#2
you just need to unpack the SDK and execute the following command (replace path with your installation path):

32bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86"

64bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86_64"

note this is not permanent. you need to add it either to some logon script or execute it each time you logon


Messages In This Thread
RE: how to install ATI_Stream_SDK in ubuntu - by atom - 02-04-2011, 11:05 AM