solana/snap
Michael Vines f5569e76db Relocate native programs to deps/ subdirectory of the current executable
This layout is `cargo build` compatible, no post-build file moves
required.
2018-12-08 16:31:01 -08:00
..
hooks Follow-up to 872a3317b 2018-12-08 09:23:08 -08:00
README.md Add snap/ README 2018-06-26 12:32:33 -07:00
snapcraft.yaml Relocate native programs to deps/ subdirectory of the current executable 2018-12-08 16:31:01 -08:00

README.md

Development

If you're running Ubuntu 16.04 and already have snapcraft installed, simply run:

$ snapcraft

For other systems we provide a docker image that can be used for snap development:

$ ./ci/docker-run.sh solanalabs/snapcraft snapcraft -d

Reference