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:
authortamasmeszaros <meszaros.q@gmail.com>2021-08-18 11:05:12 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-08-18 11:06:51 +0300
commitad0902e44e74727936dbc3eb057fb8b2bf4b3ed7 (patch)
tree7eecbf2f64c5641a0736f44442560063a98e9b52 /doc
parent9767747b3b75f99081070cd1e870d4924502184f (diff)
Update build tutorial to reflect current state
Reacting to suggestion in #6615
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Linux et al.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md
index b23fef772..cf47c9392 100644
--- a/doc/How to build - Linux et al.md
+++ b/doc/How to build - Linux et al.md
@@ -2,10 +2,10 @@
# Building PrusaSlicer on UNIX/Linux
PrusaSlicer uses the CMake build system and requires several dependencies.
-The dependencies can be listed in `deps/deps-linux.cmake` and `deps/deps-unix-common.cmake`, although they don't necessarily need to be as recent
-as the versions listed - generally versions available on conservative Linux distros such as Debian stable or CentOS should suffice.
+The dependencies can be listed in the `deps` directory in individual subdirectories, although they don't necessarily need to be as recent
+as the versions listed - generally versions available on conservative Linux distros such as Debian stable, Ubuntu LTS releases or Fedora are likely sufficient.
-Perl is not required any more.
+Perl is not required anymore.
In a typical situation, one would open a command line, go to the PrusaSlicer sources (**the root directory of the repository**), create a directory called `build` or similar,
`cd` into it and call: