Skip to content

Windows Snapshot Builds

natowi edited this page Mar 31, 2020 · 25 revisions

Building AliceVision on Windows can be complicated. If you need the most recent Alicevision build or want to test a new Pull Request / Commit, you can download pre-build snapshot binaries from the appveyor build artifacts tab. The ZIP archive includes .exe, .dll, .lib, .exp files.

To get the latest develop build (and not the latest PR build), copy the latest commit id for the AliceVision develop repository and then search for the commit in the appveyor history.

Note: Snapshot builds are intended for developers and testers and should be considered unstable. Artifacts older than 6 months are automatically deleted

With snapshots, users can test and report back on a bugfix/feature without waiting for the official release or needing to build AliceVision on their own.

https://github.com/alicevision/AliceVision/pull/753

Clone this wiki locally