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-12-20 12:48:51 +0300
committerGitHub <noreply@github.com>2021-12-20 12:48:51 +0300
commitc224c997dbdd6c2051faafd6895e16e5ffc52470 (patch)
treeb4eeb6c564fc6d50ca46e081d11e458cb819357e /doc
parent2d5b818b2df878024f54242f125e949c5ff5a3dd (diff)
Note on RAM requirements
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Linux et al.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md
index 70cbe278e..81e6310c4 100644
--- a/doc/How to build - Linux et al.md
+++ b/doc/How to build - Linux et al.md
@@ -13,6 +13,8 @@ This guide describes building PrusaSlicer statically against dependencies pulled
#### 0. Prerequisities
+You need at least 8GB of RAM on your system. Linking on a 4GB RAM system will likely fail and you may need to limit the number of compiler processes with the '-j xxx' make or ninja parameter, where 'xxx' is the number of compiler processes launched if running on low RAM multi core system, for example on Raspberry PI.
+
GNU build tools, CMake, git and other libraries have to be installed on the build machine.
Unless that's already the case, install them as usual from your distribution packages.
E.g. on Ubuntu 20.10, run