You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation that git needs symlinks enabled for Windows otherwise errors occur.
Add to README
Add to book
Original description
I've been trying to build "out of the box" repository as suggested in the README file with trivial cmake commands.
It always failed for cargo_without_cmake project: build_log.txt
Rust - 1.66.1
C++ - MS VS 2022
CMake - 3.24.3
Are there any other things to consider besides those listed in the README?
Thanks in advance