Skip to content

Commit

Permalink
README: explain how to enable symlinks on Windows 10
Browse files Browse the repository at this point in the history
Fixes KDAB#426
  • Loading branch information
Be-ing committed Feb 9, 2023
1 parent 521334f commit 9bfbfa1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,22 @@ bindings for QWidgets APIs.

## Contributing to CXX-Qt

### Clone the Git repository

This repository contains symbolic links, which requires some setup on Windows 10 before cloning the repository.
First, [enable Windows Developer Mode](https://learn.microsoft.com/en-us/gaming/game-bar/guide/developer-mode)
to avoid needing administrator privileges to create symlinks. Then, enable symlinks in Git:

```shell
git config core.symlinks true
```

Now clone the Git repository:

```shell
git clone https://github.com/KDAB/cxx-qt.git
```

### Building

Ensure that you have the following installed
Expand Down

0 comments on commit 9bfbfa1

Please sign in to comment.