dmulholl / mp3cat

A command line utility for joining MP3 files.
https://www.dmulholl.com/dev/mp3cat.html
The Unlicense
185 stars 22 forks source link

Cannot compile because of missing files #20

Closed Kilowatt-W closed 4 years ago

Kilowatt-W commented 4 years ago

Hello, i would like to extend the features with some vraiables and placeholders for outputfilemgmt and so on, hope this project is still alive.

where can i get the missing crypto ssh lib ?

Greetings from Austria

dmulholl commented 4 years ago

Hi, that's interesting, I've just checked and the golang.org/x/crypto/ssh/terminal package import is failing to download automatically for me too.

Looks like there's a workaround. I ran:

go get -u golang.org/x/crypto/ssh/terminal

on the command line and it installed the package without a problem and then mp3cat was able to build.

Kilowatt-W commented 4 years ago

HI thx yes that did the trick for me to,

finished my first work for making some music files for my child :-)

dmulholl commented 4 years ago

That's great, glad I could help :)