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

837.3.9 by Sergio Schvezov
dding README on how to build for click.
1
Building for click
2
==================
3
4
To build for a click package configure cmake as:
5
6
mkdir build
7
cd build
8
cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on \
9
    -DBZR_REVNO=$(cd [path_to_this_location]; bzr revno)
10
make DESTDIR=package install
11
click build package
12
13
This package can be installed by running:
14
15
pkcon install-local com.ubuntu.gallery_*.click