glinscott / leela-chess

**MOVED TO https://github.com/LeelaChessZero/leela-chess ** A chess adaption of GCP's Leela Zero
http://lczero.org
GNU General Public License v3.0
760 stars 301 forks source link

Docs: Compiling on Linux requires OpenCL #713

Open Technologov opened 5 years ago

Technologov commented 5 years ago

Compiling on Ubuntu 18.04 apt-get install -y clang-6.0 ninja-build pkg-config protobuf-compiler libprotobuf-dev meson libopenblas-dev is not enough; also needed is: "ocl-icd-opencl-dev" (and this is on NVIDIA GPU card)

Problem is in docs.

Suggestion to add full line to docs: https://github.com/LeelaChessZero/lc0

apt-get install -y clang-6.0 ninja-build pkg-config protobuf-compiler libprotobuf-dev meson libopenblas-dev ocl-icd-opencl-dev