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:
authorDarigov Research <30328618+darigovresearch@users.noreply.github.com>2020-10-25 01:55:54 +0300
committerGitHub <noreply@github.com>2020-10-25 01:55:54 +0300
commit882fc9d6ad9fe81251bcfd46fd50007d8e6ebd38 (patch)
treedc27bd4e5bb2e8d4da535bc9b9693ff0eb78a3f8 /doc
parent3cd79f63ae0f8fe568a0e117d41893f3127e5fa5 (diff)
feat: Adjusts noob guide to be in the third person
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md
index 93faa2129..979ad9b62 100644
--- a/doc/How to build - Windows.md
+++ b/doc/How to build - Windows.md
@@ -129,14 +129,14 @@ intermediate files, which are not handled correctly by either `b2.exe` or possib
- Install git for Windows from [gitforwindows.org](https://gitforwindows.org/)
- download and run the exe accepting all defaults
- Download `PrusaSlicer-master.zip` from github
- - I downloaded this to c:\PrusaSlicer and unzipped to `c:\PrusaSlicer\PrusaSlicer-master\` so this will be my prefix for all my steps. Substitute your prefix.
+ - This example will use the directory c:\PrusaSlicer and unzipped to `c:\PrusaSlicer\PrusaSlicer-master\` so this will be the prefix for all the steps. Substitute your as required prefix.
- Go to the Windows Start Menu and Click on "Visual Studio 2019" folder, then select the ->"x64 Native Tools Command Prompt" to open a command window
cd c:\PrusaSlicer\PrusaSlicer-master\deps
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -DDESTDIR="c:\PrusaSlicer\PrusaSlicer-master"
- msbuild /m ALL_BUILD.vcxproj // This took 13.5 minutes on my machine: core I7-7700K @ 4.2Ghz with 32GB main memory and 20min on a average laptop
+ msbuild /m ALL_BUILD.vcxproj // This took 13.5 minutes on the following machine: core I7-7700K @ 4.2Ghz with 32GB main memory and 20min on an average laptop
cd c:\PrusaSlicer\PrusaSlicer-master\
mkdir build
cd build