diff options
author | Alan Alberghini <414N@slacky.it> | 2013-06-16 14:45:22 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-16 14:45:22 -0300 |
commit | 8a06839067187c5bb632c71e93a49777cac1dd3d (patch) | |
tree | b80ae03664a6cd1eb9a837ef1c241a1b17623074 /development/amd-app-sdk/README.SLACKWARE | |
parent | 0776deb9cb6d87a2b5d92c3b43cb0f336af1327e (diff) | |
download | slackbuilds-8a06839067187c5bb632c71e93a49777cac1dd3d.tar.gz |
development/amd-app-sdk: Updated for version 2.8.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/amd-app-sdk/README.SLACKWARE')
-rw-r--r-- | development/amd-app-sdk/README.SLACKWARE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/amd-app-sdk/README.SLACKWARE b/development/amd-app-sdk/README.SLACKWARE new file mode 100644 index 0000000000..5c778320b4 --- /dev/null +++ b/development/amd-app-sdk/README.SLACKWARE @@ -0,0 +1,16 @@ +In order to properly link to the AMD App Stream SDK some environment variables +need to be set. These are set by the profile scripts installed in +/etc/profile.d: + - amd-app-sdk.[c]sh defines the whereabouts of the library and sets the + CPPFLAGS accordingly for the compiler to find the header files (these + scripts are enabled by default after package installation); + - amd-app-sdk-libs[32|64].[c]sh adds to the LD_LIBRARY_PATH environment + variable the location of the library files included in this package. + Before setting these as executable PLEASE READ ON. + +Given that recent AMD Catalyst/fglrx drivers actually include an OpenCL library +that frequently clashes with the one provided by this package, users of those +drivers should leave the /etc/profile.d/amd-app-sdk-libs[32|64].[c]sh scripts as +NOT executable. Users of other drivers should check first if their drivers +already provide an OpenCL library implementation (the library name should be +libOpenCL.so) and, if not, should set those additional scripts as executable. |