From ddbc4e9ed1dbd7b80addbb11df3e2871ee24071b Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Wed, 4 Oct 2023 13:23:35 +0200 Subject: [PATCH] doc: mention that build path should not contain spaces --- doc/How to build - Linux et al.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md index 0f4a6f7790..b9e0516fae 100644 --- a/doc/How to build - Linux et al.md +++ b/doc/How to build - Linux et al.md @@ -40,6 +40,7 @@ git clone https://www.github.com/prusa3d/PrusaSlicer cd PrusaSlicer ``` This will download the source code into a new directory and `cd` into it. You can now optionally select a tag/branch/commit to build using `git checkout`. Otherwise, `master` branch will be built. +The path to the build directory must not contain spaces - this scenario is not supported by the build scripts. #### 2. Building dependencies