-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Kamushkin
committed
Sep 22, 2023
1 parent
2388771
commit 0c993a0
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Tips for windows users | ||
|
||
Read below if you are building SonarJS on Windows. | ||
|
||
## Windows configuration | ||
|
||
You should give yourself permissions to create symbolic links (required by PathWalkerTest.java) or run the build script with Admin rights | ||
|
||
- run `gpedit.msc` (Edit Group Policy) | ||
- Computer Configuration → Windows Settings → Security Settings → Local Policies → User Rights Assignment → Create symbolic links | ||
- Add yourself (or Users group) | ||
- restart the machine | ||
|
||
## Git configuration | ||
|
||
- `git config --system core.autocrlf input` | ||
- `git config --system core.longpaths true` |