cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Need to create a symbolic link in Debian #180

Open reneherrero opened 4 years ago

reneherrero commented 4 years ago

Hi,

Just an FYI: on Debian Buster, I had to add the following to be able to use this library:

ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/x86_64-linux-gnu/libOpenCL.so

Not sure if that's the right way of solving this...