mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
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:
parent
b6861a5791
commit
cc14676ca5
2 changed files with 5 additions and 557 deletions
5
Build.PL
5
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue