We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4add5 commit 16664c9Copy full SHA for 16664c9
README.md
@@ -64,6 +64,22 @@ bindings for QWidgets APIs.
64
65
## Contributing to CXX-Qt
66
67
+### Clone the Git repository
68
+
69
+This repository contains symbolic links, which requires some setup on Windows 10 before cloning the repository.
70
+First, [enable Windows Developer Mode](https://learn.microsoft.com/en-us/gaming/game-bar/guide/developer-mode)
71
+to avoid needing administrator privileges to create symlinks. Then, enable symlinks in Git:
72
73
+```shell
74
+git config core.symlinks true
75
+```
76
77
+Now clone the Git repository:
78
79
80
+git clone https://github.com/KDAB/cxx-qt.git
81
82
83
### Building
84
85
Ensure that you have the following installed
0 commit comments