darglein / ADOP

MIT License
2.03k stars 199 forks source link

Mention nvidia-cuda-toolkit as a dependency in compilation instructions #20

Closed Schwusch closed 3 years ago

Schwusch commented 3 years ago

As the title says, not everyone has that dependency installed and will receive this error during compilation:

Could not find nvcc, please set CUDAToolkit_ROOT.
Schwusch commented 3 years ago

Oh nevermind, it's the line https://github.com/darglein/ADOP/blob/main/src/README.md?plain=1#L31 that is not rendering as a step in the setup :roll_eyes: Maybe the bug report should be about that instead.

darglein commented 3 years ago

Oh thank you for finding that. Is the readme working now?

Schwusch commented 3 years ago

Now it's displaying as intended :) Nice job :+1: