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:
authorhspil <hspil@protonmail.com>2019-03-07 10:54:41 +0300
committerbubnikv <bubnikv@gmail.com>2019-03-08 11:05:14 +0300
commit05435869994ea326b6f1eeeb7370e027a61eee43 (patch)
tree5964f888988153dca2ea2f95c31b96ecb587b5fc /doc
parent55d70a79d6715c5596c042ef952facd67d3273fe (diff)
fix Linux et al. build instructions grammar
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Linux et al.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md
index a0dfec089..cf7bc86f2 100644
--- a/doc/How to build - Linux et al.md
+++ b/doc/How to build - Linux et al.md
@@ -7,7 +7,7 @@ as the versions listed - generally versions available on conservative Linux dist
Perl is not required any more.
-In a typical situaction, one would open a command line, go to the Slic3r sources, create a directory called `build` or similar,
+In a typical situation, one would open a command line, go to the Slic3r sources, create a directory called `build` or similar,
`cd` into it and call:
cmake ..
@@ -19,7 +19,7 @@ Additional CMake flags may be applicable as explained below.
### Dependency resolution
-By default Slic3r looks for dependencies the default way CMake looks for them, ie. in default system locations.
+By default Slic3r looks for dependencies the default way CMake looks for them, i.e. in default system locations.
On Linux this will typically make Slic3r depend on dynamically loaded libraries from the system, however, Slic3r can be told
to specifically look for static libraries with the `SLIC3R_STATIC` flag passed to cmake:
@@ -65,9 +65,9 @@ To create a debug build, use the following CMake flag:
### Installation
-In runtime, Slic3r needs a way to access its resource files. By default, it looks for a `resources` directory relative to its binary.
+At runtime, Slic3r needs a way to access its resource files. By default, it looks for a `resources` directory relative to its binary.
-If you instead wnat Slic3r installed in a structure according to the Filesystem Hierarchy Standard, use the `SLIC3R_FHS` flag
+If you instead want Slic3r installed in a structure according to the File System Hierarchy Standard, use the `SLIC3R_FHS` flag
cmake .. -DSLIC3R_FHS=1