• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Oct-2021-

README.mdH A D20-Oct-2021928 3025

snapcraft.yamlH A D20-Oct-20214.9 KiB161157

README.md

1Snap is a cross-distribution packaging format for Linux. See
2https://snapcraft.io for more information.
3
4How to build
5------------
6Just type
7```
8snapcraft
9```
10from the *parent* directory: that is, not from the directory containing this
11README file, but from its parent directory. This snap has been successfully
12built in Ubuntu 16.04; more recent Ubuntu versions should work as well. Note
13that, regardless of the environment used to build it, the generated snap
14package will work on any distribution where snap is installed.
15
16How to test the snap
17--------------------
18The generated snap can be installed by typing
19```
20snap install --dangerous ./openmvg*.snap
21```
22The `--dangerous` flag is needed because the snap has not been verified by the
23store.
24
25How to upload the snap to the store
26-----------------------------------
27A thorough guide can be found at the [snapcraft.io
28site](https://snapcraft.io/docs/build-snaps/publish).
29
30