View my account

Running into " does not appear to contain CMakeLists.txt." during build of RealSense SDK

Comments

3 comments

  • MartyX Grover

    Hi MUSTAFA CAYCI  That guide is very old.  I recommend using the excellent Lightbuzz guide at the link below, which can be used with both the old Intel-based Macs and modern Apple Silicon M machines.

    https://lightbuzz.com/realsense-macos/

     

    Section 2 of the guide explains how to obtain the librealsense source code before initiating the CMake build command.

     

    If you still experience problems then a quick way to install librealsense on Mac easily is with brew install librealsense

    https://formulae.brew.sh/formula/librealsense

    0
    Comment actions Permalink
  • MUSTAFA CAYCI

    Hi MartyX Grover. I am following the steps in Lightbuzz.  clone from GitHub is giving me 500.  Is it on my end?

    mustafacayci@Mustafas-MacBook-Pro IntelRealSense % git clone https://github.com/IntelRealSense/librealsense.git

    Cloning into 'librealsense'...

    remote: Internal Server Error

    fatal: unable to access 'https://github.com/IntelRealSense/librealsense.git/': The requested URL returned error: 500

    0
    Comment actions Permalink
  • MartyX Grover

    That GitHub clone address is the correct one.

     

    If you continue to have problems, you can go to the GitHub repository page.

    https://github.com/IntelRealSense/librealsense

     

    Then click on the green Code button and click on Download ZIP to launch a download of a zipped file of the librealsense source code folder in your browser.  Extract the contents of the zip (a folder called librealsense-master) once download has completed.

     

     

    Navigate to the librealsense-master folder and then follow the Lightbuzz instructions from the mkdir build && cd build command onwards.

    0
    Comment actions Permalink

Please sign in to leave a comment.