From 1b3e375e93235ac1cb4773e0809c38679113ff06 Mon Sep 17 00:00:00 2001 From: Julian Kirsch <81491426+Zylence@users.noreply.github.com> Date: Sun, 23 Apr 2023 22:30:26 +0200 Subject: [PATCH 1/2] Update guidelines-for-setting-up-a-local-workspace.md response to: https://github.com/JabRef/jabref/issues/9783 --- .../guidelines-for-setting-up-a-local-workspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md index b7a5b5ae5de..094e7c7ab5f 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md @@ -88,7 +88,7 @@ mkdir git-repositories cd git-repositories ``` -**Note that putting the repo jabref directly under `C:\` or any other drive letter under windows causes compile errors** +**Note that putting the repo jabref directly under `C:\` or any other drive letter under windows causes compile errors. Further, if you are building on windows, make sure that the absolute path to the location of the clone does not contain folders starting with 'u' (negative example: C:\university\jabref) as this may currently also cause [compile errors](https://github.com/JabRef/jabref/issues/9783).** Initial cloning might be very slow (`27.00 KiB/s`). From 42f42032ed167f2c550bb29bae6deb986e8d3ee0 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Mon, 24 Apr 2023 21:36:54 +0200 Subject: [PATCH 2/2] Update docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md Co-authored-by: Oliver Kopp --- .../guidelines-for-setting-up-a-local-workspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md index 094e7c7ab5f..824df70fda4 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md @@ -88,7 +88,7 @@ mkdir git-repositories cd git-repositories ``` -**Note that putting the repo jabref directly under `C:\` or any other drive letter under windows causes compile errors. Further, if you are building on windows, make sure that the absolute path to the location of the clone does not contain folders starting with 'u' (negative example: C:\university\jabref) as this may currently also cause [compile errors](https://github.com/JabRef/jabref/issues/9783).** +**Note that putting the repo jabref directly under `C:\` or any other drive letter under windows causes compile errors. Further, if you are building on windows, make sure that the absolute path to the location of the clone does not contain folders starting with '`u`' (negative example: `C:\university\jabref`) as this may currently also cause [compile errors](https://github.com/JabRef/jabref/issues/9783).** Initial cloning might be very slow (`27.00 KiB/s`).