Skip to content

ubuntu-touch-apps/gallery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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