Removed slic3r.pl, updated Build.PL with a notice, that the Perl

bindings are optional, not required to run Slic3r.
This commit is contained in:
bubnikv 2018-12-06 08:57:31 +01:00
parent b6861a5791
commit cc14676ca5
2 changed files with 5 additions and 557 deletions

View file

@ -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;