From d43ce0de4610398475a8b8583c3ba780a2148924 Mon Sep 17 00:00:00 2001 From: stevegdavis Date: Wed, 11 Jan 2023 13:52:15 +0000 Subject: [PATCH 1/3] Update INSTALL.md Signed-off-by: Steve Davis stevedavis@post.com --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e436c5af62..bce7a3cccb 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -16,7 +16,7 @@ For _Windows_ you need to have [Git for Windows](https://git-scm.com/download/wi First of all get the source code. The full Organic Maps sources repository is ~8.5Gb in size, there are various [clone options](#special-cases-options) to reduce download size to suit your needs. -For _Windows 10_ enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git first: +For _Windows 10_ enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git first, if this doesn't enable symlinks add -c core.symlinks=true parameter to the clone command shown below: ```bash git config --global core.symlinks true @@ -27,7 +27,7 @@ Clone the repository including all submodules (see [Special cases options](#spec (if you plan to contribute and propose pull requests then use a web interface at https://github.com/organicmaps/organicmaps to fork the repo first and use your fork's url in the command below) ```bash -git clone --recurse-submodules https://github.com/organicmaps/organicmaps.git +git clone --recurse-submodules -c core.symlinks=true https://github.com/organicmaps/organicmaps.git ``` Go into the cloned repo: -- 2.45.3 From 74f2ef275dad3c738d9a0fd014b63f652a49665e Mon Sep 17 00:00:00 2001 From: stevegdavis Date: Tue, 24 Jan 2023 16:03:22 +0000 Subject: [PATCH 2/3] Update docs/INSTALL.md Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index bce7a3cccb..8c5f196b93 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -16,7 +16,7 @@ For _Windows_ you need to have [Git for Windows](https://git-scm.com/download/wi First of all get the source code. The full Organic Maps sources repository is ~8.5Gb in size, there are various [clone options](#special-cases-options) to reduce download size to suit your needs. -For _Windows 10_ enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git first, if this doesn't enable symlinks add -c core.symlinks=true parameter to the clone command shown below: +For _Windows_, enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git first. The easiest way is to reinstall the latest [Git for Windows](https://gitforwindows.org/) with the "Enable Symlinks" checkbox checked. If you don't want to reinstall Git, then you can add `-c core.symlinks=true` parameter to the clone command below to enable symlinks for the repository. ```bash git config --global core.symlinks true -- 2.45.3 From f5adde490310f8439a8706266a6e8b43e289a6e3 Mon Sep 17 00:00:00 2001 From: stevegdavis Date: Tue, 24 Jan 2023 16:03:52 +0000 Subject: [PATCH 3/3] Update docs/INSTALL.md Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8c5f196b93..fa7206137b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -27,7 +27,7 @@ Clone the repository including all submodules (see [Special cases options](#spec (if you plan to contribute and propose pull requests then use a web interface at https://github.com/organicmaps/organicmaps to fork the repo first and use your fork's url in the command below) ```bash -git clone --recurse-submodules -c core.symlinks=true https://github.com/organicmaps/organicmaps.git +git clone --recurse-submodules https://github.com/organicmaps/organicmaps.git ``` Go into the cloned repo: -- 2.45.3