If you are using an installed package, you don't need symbolic links. They are only needed in development mode to avoid copying the definitions tree to the build directory.
You can either do it during the installation:

Or do it in Bash:
git config --global core.symlinks true |