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:
authorEyal <eyalsoha@gmail.com>2017-11-29 18:57:21 +0300
committerbubnikv <bubnikv@gmail.com>2017-11-29 18:57:21 +0300
commitda8ffd477d04a34c3ab2e4ce6a851cc61e173b29 (patch)
treefdbaa330d86843ce6ca72bc1b88f54e8246e6894 /Build.PL
parent6729dc1c6d69340937ede6b09980ddefb81474a3 (diff)
Missing prerequisites in Build.PL (#593)
I was unable to compile without ExtUtils::XSpp and ExtUtils::Typemaps . My platform is a fresh install of OctoPi on Raspberry Pi. I'm not sure what the `0` in those lines does.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 09bd5b95c..31ec9cf82 100644
--- a/Build.PL
+++ b/Build.PL
@@ -10,6 +10,8 @@ my %prereqs = qw(
Devel::CheckLib 0
ExtUtils::MakeMaker 6.80
ExtUtils::ParseXS 3.22
+ ExtUtils::XSpp 0
+ ExtUtils::Typemaps 0
File::Basename 0
File::Spec 0
Getopt::Long 0