Skip to content
Joachim Bauch edited this page Jul 20, 2015 · 4 revisions

Repository layout

  • master is a fork of the upstream master and regularly merged.
  • libde265_integration contains all changes required to integrate libde265. The branch is regularly rebased to the next upstream release tags.
  • libde265-release-<version> are branched off from the upstream release tags and libde265_integration is merged into these release branches.
  • Release tags are named <upstream-version>/libde265-<version>.

Windows release

To create the Windows installer of a release, checkout the release tag <upstream-version>/libde265-<version> and run vagrant up in the checkout. The installer will be created in build_result/<current-timestamp>.

Clone this wiki locally