NVIDIAGameWorks / Falcor

Real-Time Rendering Framework
https://developer.nvidia.com/falcor
Other
2.54k stars 464 forks source link

Dependencies for old releases (e.g., 5.2) #417

Closed hchoi405 closed 4 months ago

hchoi405 commented 4 months ago

First of all, thank you all for maintaining this wonderful project.

I was working on old version 5.2 but suddenly, it didn't build due to missing dependencies from packman.

How can I get the binaries (zips) of dependencies for old releases?

Thank you for reading.

skallweitNV commented 4 months ago

You'd have to update the packman package manager in the old version. Just copy the tools/packman folder from master to your local clone. That might work.

hchoi405 commented 4 months ago

Thank you for the answer! It's perfectly working now!