supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.12k stars 519 forks source link

Compile fails on Linux (Could not find curl) #2149

Open RebootedDuck opened 2 years ago

RebootedDuck commented 2 years ago

What happened?

What Happens:

When I try to compile on Xubuntu it fails complaining about missing Curl and BuildLinuxImage.sh not existing along with various other errors

What I expect: Compile finishes succesfully

Files: Log of terminal output superslicer.txt

Project file & How to reproduce

  1. Go to the linux compile instructions
  2. Follow the instructions for getting the source and compiling the easy way
  3. Final compile step (./BuildLinux.sh -dsi) fails with deprecation notices, failing to find curl and failing to find files

Version

Latest source from github at time of post

Operating system

Xubuntu 20.04.3

Printer model

No response

JohanAR commented 2 years ago

Works fine on Xubuntu 21.10

Do you have Curl installed?