~ps-jenkins/gallery-app/ubuntu-vivid-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Building for click
==================

To build for a click package configure cmake as:

mkdir build
cd build
cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on \
    -DBZR_REVNO=$(cd [path_to_this_location]; bzr revno)
make DESTDIR=package install
click build package

This package can be installed by running:

pkcon install-local com.ubuntu.gallery_*.click