RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.78k stars 164 forks source link

make error :*** [CMakeFiles/OpenImageDenoise.dir/build.make:240: weights/rtlightmap_hdr.cpp] Error 1 #146

Closed vcbchang closed 1 year ago

vcbchang commented 1 year ago

When I execute make,the process in 62%, make tell me: [ 62%] Linking CXX static library ../libcommon.a [ 62%] Built target common [ 62%] Generating CXX source files from blob /home/user/phchang/oidn/weights/rtlightmap_hdr.tza Error: The file "/home/user/phchang/oidn/weights/rtlightmap_hdr.tza" is a Git LFS pointer. Please install Git LFS and clone the repository again. make[2]: [CMakeFiles/OpenImageDenoise.dir/build.make:240: weights/rtlightmap_hdr.cpp] Error 1 make[1]: [CMakeFiles/Makefile2:167: CMakeFiles/OpenImageDenoise.dir/all] Error 2 make: *** [Makefile:156: all] Error 2

please tell me how can i deal with problem?