From cc14676ca5cc90203892735ee31ddaa1b50adc03 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 6 Dec 2018 08:57:31 +0100 Subject: Removed slic3r.pl, updated Build.PL with a notice, that the Perl bindings are optional, not required to run Slic3r. --- Build.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Build.PL') 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; -- cgit v1.2.3