I've just cloned github repo and run setup.bat to be able to build orx 1.7.
Here I'm behind an HTTP proxy and setup.bat fails to download extra packages.
Well, basically I bypassed the proxy but, for sake of a better product distribution, I think the problem should be solved in a better way other than manually downloading file.
Maybe the batch file could ask "Are you using a proxy[Y/N]?" and then, in positive case, ask for proxy data and keep going on.
I'd rather have a command line parameter in that case and keep the whole script non-interactive.
That being said, I've tested the script it behind two different company proxies and didn't encounter any issue. I guess it depends on the proxy setups.
Comments
I guess you could just manually download the file it's trying to download and put it in the cache folder
Well, basically I bypassed the proxy but, for sake of a better product distribution, I think the problem should be solved in a better way other than manually downloading file.
Maybe the batch file could ask "Are you using a proxy[Y/N]?" and then, in positive case, ask for proxy data and keep going on.
But it's ok, it's not a blocking problem!
That being said, I've tested the script it behind two different company proxies and didn't encounter any issue. I guess it depends on the proxy setups.