mic-rud / RABBIT-Transcoding

RABBIT: Live Transcoding of V-PCC Point Cloud Streams
Other
1 stars 2 forks source link

CMakeLists.txt is missing? #1

Closed WaterHyacinthInNANHU closed 8 months ago

WaterHyacinthInNANHU commented 8 months ago

Thank you for the code release! I encountered this error when running ./build.sh.

Outputs:

./build.sh: line 8: cmake3: command not found
./build.sh: line 8: [: ==: unary operator expected
CMAKE      = cmake
MACHINE    = Linux
GENERATORS = Unix Makefiles
cmake -H. -B./build/Release -G Unix Makefiles   -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
CMake Error: The source directory "/home/user/Projects/RABBIT-Transcoding" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Build: /home/user/Projects/mingxuan/3d_vid/RABBIT-Transcoding 
make: *** build/Release: No such file or directory.  Stop.

My environment:

Please help~

mic-rud commented 8 months ago

Hi! Thank you for your interest in our work!

I excluded the file during clean-up by mistake, this should now be fixed.

Let me know if you run into any other issues.

WaterHyacinthInNANHU commented 8 months ago

Hi! Thank you for your interest in our work!

I excluded the file during clean-up by mistake, this should now be fixed.

Let me know if you run into any other issues.

Thanks! It works now.