raylib-rs icon indicating copy to clipboard operation
raylib-rs copied to clipboard

cargo run --bin <any sample> fails on macOS

Open gamecubate opened this issue 4 years ago • 1 comments

Hi. I am unable to build any of the samples on macOS 10.15.7.

cd samples ; cargo run --bin logo
...
CMake Error: The source directory "./raylib-rs/target/debug/build/raylib-sys-a48f350d7ec517f1/out/raylib" does not appear to contain CMakeLists.txt

gamecubate avatar Apr 26 '21 12:04 gamecubate

I got this issue when trying to build without having the submodules installed. Try doing git submodule init ; git submodule update --recursive

xeniagda avatar Jan 15 '22 23:01 xeniagda