Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Compiling on Linux requires OpenCL #713

Open
Technologov opened this issue Jan 3, 2019 · 0 comments
Open

Docs: Compiling on Linux requires OpenCL #713

Technologov opened this issue Jan 3, 2019 · 0 comments

Comments

@Technologov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant