Remove obsolete config for symlinks from README

This commit is contained in:
Martchus 2023-02-27 22:20:16 +01:00
parent a15c176b18
commit a94f5fb694
1 changed files with 6 additions and 10 deletions

View File

@ -341,17 +341,13 @@ a test instance of Syncthing that does not affect a possibly existing Syncthing
1. Get the sources. For the latest version from Git clone the following repositories:
```
cd "$SOURCES"
git clone -c core.symlinks=true https://github.com/Martchus/cpp-utilities.git c++utilities
git clone -c core.symlinks=true https://github.com/Martchus/qtutilities.git
git clone -c core.symlinks=true https://github.com/Martchus/qtforkawesome.git
git clone -c core.symlinks=true https://github.com/ForkAwesome/Fork-Awesome.git forkawesome
git clone -c core.symlinks=true https://github.com/Martchus/syncthingtray.git
git clone -c core.symlinks=true https://github.com/Martchus/subdirs.git
git clone https://github.com/Martchus/cpp-utilities.git c++utilities
git clone https://github.com/Martchus/qtutilities.git
git clone https://github.com/Martchus/qtforkawesome.git
git clone https://github.com/ForkAwesome/Fork-Awesome.git forkawesome
git clone https://github.com/Martchus/syncthingtray.git
git clone https://github.com/Martchus/subdirs.git
```
Note that `-c core.symlinks=true` is only required under Windows to handle symlinks correctly.
This requires a recent Git version and a filesystem which supports symlinks (NTFS works).
If you run into "not found" errors on symlink creation use `git reset --hard` within the repository to
fix this.
2. Configure the build
```
cd "$BUILD_DIR"