GPUOpen-LibrariesAndSDKs / RadeonRays_SDK

Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
MIT License
1.07k stars 192 forks source link

Build instructions? #226

Open zezba9000 opened 2 years ago

zezba9000 commented 2 years ago

There are no build instructions? On Windows using CMAKE I get the error "Could not find a package configuration file provided by "spdlog""

What is required to build this? Is GCC required with MinGW for Windows? I can't find any build docs for this.

gbeatty commented 2 years ago

Reviving old post for anyone having this problem. Spdlog is another open source project. You need to download/build it and then configure cmake in Radeon rays to point to your build of spdlog