facebookarchive / Surround360

Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering.
Other
2.17k stars 580 forks source link

Halide.h is missing #240

Closed SuTanTank closed 6 years ago

SuTanTank commented 6 years ago

I never used Halide before, but when I tried to follow the instructions, I found out that I need that "unpacker" program to process the binary files. And then I found out that to build the unpacker, I need to install halide. And after I did as the guide did and try to build the unpacker program, it failed and told me Halide.h is missing.

The halide.h doesn't exist in the entire halide repository and indeed, the tutorials cpp files provided by Halide include this Halide.h file, which makes me really confused.

So where is this Halide.h file? Has it changed to another filename?

SuTanTank commented 6 years ago

There is one command "make -j8" missing in the section of installing Halide. Halide.h is inside cmake_build/include after building.

aparrapo commented 6 years ago

This issue is the same as #238 :)