Installation of third party libccd cmake not found

Hello,
I tried to install the third parties necessary for the collision checker. During the installation of libccd it keeps returning “command not found” for the cmake command

Has anyone had a similar problem?

I used these lines:

cd libccd
mkdir build && cd build
cmake -G “Unix Makefiles” -DENABLE_DOUBLE_PRECISION=ON -DBUILD_SHARED_LIBS=ON …
make
sudo make install

Hi shipl,

If you don’t have cmake, you can install that by:
sudo snap install cmake --classic

thanks for your response.
I just tried that but now it says “sudo: snap: command not found”

Try to install snap beforehand with
sudo apt install snapd

I tried this as well it then said I needed java jdk which I installed but then the new error is:
Unable to locate an executable at “/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/apt” (-1)

Which OS are you using?

mac os Mojave 10.14.6

Then try
brew install cmake

Otherwise you can look up in google and try installing according to the instructions, as I don’t have Mac OS with me.

Thank you for the help
I already tried google but I will try again