tommyblue / smugmug-backup

Makes a full backup of a SmugMug account
MIT License
84 stars 15 forks source link

Issues running #25

Closed dvdmon closed 2 years ago

dvdmon commented 2 years ago

I'm sorry to post here, I couldn't find another way of contacting you. I've tried running it via the heroku app, but getting a 500 error. In cloned the repository, set up my .config.toml, and got make installed on my Windows 10 machine, but when I run make build, I get the error below. Any help would be appreciated. Thanks!

image

PS, used the last item in this Stack Overflow to install make, if that helps at all: https://stackoverflow.com/questions/36770716/mingw64-make-build-error-bash-make-command-not-found

tommyblue commented 2 years ago

hi @dvdmon it seems you're missing Go, the main programming language used for this project https://go.dev/ Follow the instructions in the link to install it then try again 😃

dvdmon commented 2 years ago

Thanks so much, didn't realize there was another thing I needed to install since I've never programmed in Go before. Installed that, restarted git bash, and was able to build successfully and am now downloading all my images! 👍🏻