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:
authorVojtěch Bubník <5830947+bubnikv@users.noreply.github.com>2021-08-30 16:00:34 +0300
committerGitHub <noreply@github.com>2021-08-30 16:00:34 +0300
commita571e0f9c46e3b1b59b9a8c32dcc6c26972accec (patch)
tree9c1ee02fb3029a5d3b954c7b59591985c913ed6b /doc
parent87b542597e7a0490bf9ea757865eb2a8afa0cc23 (diff)
Update How to build - Linux et al.md
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Linux et al.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md
index 4a48147dc..299d82381 100644
--- a/doc/How to build - Linux et al.md
+++ b/doc/How to build - Linux et al.md
@@ -1,6 +1,12 @@
# Building PrusaSlicer on UNIX/Linux
+Please understand that PrusaSlicer team cannot support compilation issues on all possible Linux distros. Namely, we cannot help trouble shooting OpenGL driver issues or dependency issues if compiled against distro provided libraries. We can only support PrusaSlicer compiled the same way we do compile PrusaSlicer for our [binary builds](https://github.com/prusa3d/PrusaSlicer/releases), that is linked statically agains the dependencies compiled with the `deps` scripts.
+
+Instead of compiling PrusaSlicer from source code, you may consider to install PrusaSlicer [pre-compiled by contributors](https://github.com/prusa3d/PrusaSlicer/wiki/PrusaSlicer-on-Linux---binary-distributions).
+
+### How to build
+
PrusaSlicer uses the CMake build system and requires several dependencies.
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.