diff --git a/Windows-builds-for-dev-snapshot.md b/Windows-builds-for-dev-snapshot.md index 42ce2a0..8111f90 100644 --- a/Windows-builds-for-dev-snapshot.md +++ b/Windows-builds-for-dev-snapshot.md @@ -1,4 +1,11 @@ -Temporary windows builds for the *openssl* HEAD can be found about 15 minutes after commit at the following locations: +Temporary windows builds for the *openssl* HEAD can be found about an +hour after commit at https://ci.appveyor.com/project/PurpleI2P/i2pd +. Pick a config and drill down, then click on *ARTIFACTS* for +available downloads. If the latest build is broken, find the "green" +one in *HISTORY*. -- [static](http://az837280.vo.msecnd.net/i2pd/i2pd-msvc-12.0-x86-static.zip), does not require anything else but maybe [UPnP dll](http://miniupnp.free.fr/files/), if you are behind the firewall and don't feel like forwarding ports manually -- [shared](http://az837280.vo.msecnd.net/i2pd/i2pd-msvc-12.0-x86-shared.zip), this include Boost DLLs, zlib dll, and you might want to install [C++ redistributables for VC++2013](https://www.microsoft.com/en-us/download/details.aspx?id=40784) \ No newline at end of file +Available configurations may vary from time to time, but you'll likely +want one that says *static* as it doesn't have external dependencies +(aside form miniupnpc.dll). + +Note that UPnP support is currently broken on 64 bit MSVC builds.