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-<maj>.<min> are branched off from the upstream release tags and libde265_integration is merged into these release branches. This will be the base for all releases <maj>.<min>.<rev>. Fixes will be cherry-picked from libde265_integration.
  • Release tags are named libde265-<version>/<upstream-version> (e.g. libde265-0.2.0.0/0.65).

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. If this is the first time you create the installer, you need to create the Vagrantfile by calling ./bootstrap.sh first. The installer will be created in build_result/<current-timestamp>.

Clone this wiki locally