GetPoplog / Seed

Scripts for getting Poplog onto your Linux machine
MIT License
8 stars 3 forks source link

Cache downloads before starting build. (fixes #59) #60

Closed willprice closed 3 years ago

willprice commented 3 years ago

Why? This separates the process of downloading the dependencies and then building them. This helps support packaging efforts as we can just download the dependencies and tar up the directory ready to be built.

Steve, you probably object to the use of cp, which I will remove and replace with the tar pattern, if you can convince me why it is problematic ;)

sfkleach commented 3 years ago

Really nice treatment of a delicate change. Super job. I have added a couple of minor comments that I think need sorting out.