This repository was archived by the owner on Jan 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Moved to GitLab
License
ubports/camera-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Building for click
==================
To build for a click package configure cmake as:
mkdir build
cd build
# Under bazzar VCS :
cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on \
-DREVNO=$(cd [path_to_this_location]; bzr revno)
# Under git VCS :
cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on \
-DREVNO=$(cd [path_to_this_location]; git rev-list --count --first-parent HEAD)
make DESTDIR=package install
click build package
This package can be installed by running:
pkcon install-local com.ubuntu.camera_*.click
About
Moved to GitLab
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published