Update README with windows symbolic link permissions
We may encounter the lack of proper windows symbolic permissions issue, some submodules may requesting them like zstd on clang for instance. The following note should be included in readme to prevent build error surprises! https://www.scivision.dev/windows-symbolic-link-permission-enable/
what's symbolic links creation needed for?
@devshgraphicsprogramming needed for build, look at the following one for example
we had to investigate with @sadiuk system registry. The problem is there may be more deps attempting to symbolic link and this is relevant when you go with a user not having all the privileges.
Windows users may not have permission to create a symbolic link by default
we were just lucky we have not entered this issue but this requires an attention.
Windows users may not have permission to create a symbolic link by default
maybe there's a cmake test thing you can run to test for this during configure or generate?
Windows users may not have permission to create a symbolic link by defaultmaybe there's a cmake test thing you can run to test for this during configure or generate?
I can add it