Skip to content

About branch release extension

k00ni edited this page Oct 25, 2012 · 4 revisions

Here you can found further information about building a release package for CubeViz. The branch release-extension is only to build a package based on the current code base. Generated archives contain only necessary files. For instance, it does not contain typescript files. For further information have a look into the createTar.sh.

Build a package

To build a package, simply run:

make tar

This executes scripts/createTar.sh, which generates you an adapted version of CubeViz.

File and folder structure

  • generated-packages - contains generated archives
  • scripts - contains scripts and additional files