Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-04-08 11:09:35 +0300
committerVojtech Kral <vojtech@kral.hk>2019-04-08 11:09:35 +0300
commit814471c89093c0d59ab64b910e62b3d115e77dd8 (patch)
treeb44eaad2417e502ee19ce042f2b092f00a27bd5e /doc
parenta8a2125069cedf2e5b3121b1d68051c36b09a1d5 (diff)
doc: Fix line break issue
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Windows.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md
index e223239ba..331a3533a 100644
--- a/doc/How to build - Windows.md
+++ b/doc/How to build - Windows.md
@@ -97,7 +97,11 @@ place the `build` directory relatively close to the drive root.
Note that the build variant that you may choose using Visual Studio (i.e. _Release_ or _Debug_ etc.) when building the dependency package is **not relevant**.
The dependency build will by default build _both_ the _Release_ and _Debug_ variants regardless of what you choose in Visual Studio.
-You can disable building of the debug variant by passing the `-DDEP_DEBUG=OFF` option to CMake, this will only produce a _Release_ build.
+You can disable building of the debug variant by passing the
+
+ -DDEP_DEBUG=OFF
+
+option to CMake, this will only produce a _Release_ build.
Refer to the CMake scripts inside the `deps` directory to see which dependencies are built in what versions and how this is done.