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:
authorbubnikv <bubnikv@gmail.com>2018-12-06 10:57:31 +0300
committerbubnikv <bubnikv@gmail.com>2018-12-06 10:57:31 +0300
commitcc14676ca5cc90203892735ee31ddaa1b50adc03 (patch)
tree7f81f50050bc38e2ecf4e4601ec3252d46850ae1 /Build.PL
parentb6861a5791a0c0cf6f5c228f4e25c940a09ba972 (diff)
Removed slic3r.pl, updated Build.PL with a notice, that the Perl
bindings are optional, not required to run Slic3r.
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;