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 a snapshot build from a commit within a open Pull Request,click on the green check mark next to the commit id (continuous-integration/appveyor/pr — AppVeyor build succeeded .... Details) and then click on Details.

To get the latest develop snapshot build go to the AliceVision develop repository and click on the green check mark:

appv On the Appveyor page go to the Artifacts tab: appv2

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. If you find bugs in a PR, please report them directly in the corresponding PR discussions.

Note: Snapshot builds are intended for developers and testers and should be considered unstable. For this reason, Snapshots are not officially supported and subject to change. You can find the latest official, stable release here.

Artifacts older than 6 months are automatically deleted

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

Clone this wiki locally