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
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 98920731c..3f1cf2633 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,5 +1,10 @@
#!/usr/bin/perl
+print "This script is currently used for installing Perl dependenices for running\n";
+print "the libslic3r unit / integration tests through Perl prove.\n";
+print "If you don't plan to run the unit / integration tests, you don't need to\n";
+print "install these dependencies to build and run Slic3r.\n";
+
use strict;
use warnings;