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>2019-05-13 16:47:33 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-13 16:47:33 +0300
commit253b57e4a3b4f6eab5d357b1a42806d368754209 (patch)
tree99c11b9a6595fd0248efd07e313af56a8816c413 /Build.PL
parentf1f003d56ccb16f1fdb3006b13fedabca3e6c6af (diff)
Yet some renaming to PrusaSlicer
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 3f1cf2633..ef17ec046 100644
--- a/Build.PL
+++ b/Build.PL
@@ -3,7 +3,7 @@
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";
+print "install these dependencies to build and run PrusaSlicer.\n";
use strict;
use warnings;
@@ -122,7 +122,7 @@ EOF
}
print "\n";
-print "In the next step, you need to build the Slic3r C++ library.\n";
+print "In the next step, you need to build the PrusaSlicer C++ library.\n";
print "1) Create a build directory and change to it\n";
print "2) run cmake .. -DCMAKE_BUILD_TYPE=Release\n";
print "3) run make\n";