Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Latest commit

 

History

History

snap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Snap Status

General Notes


Snap is a squashfs used to distribute applications on Linux targets in a secure, easy and maintainable fashion.

Snap commands official reference

Installation


Installing snap

Installing reicast

  • To install reicast (after having snap setup), simply run:
snap install reicast --edge 
  • This will get the latest master build for reicast.
  • If it fails, run it with sudo.

Developer Notes


  • snap and snapcraft info:

    • Snapcraft is a command line tool used to build snaps.
    • For now, all snaps should be built to run against the ‘Series 16’ core.
    • Snaps are built to run against a base snap containing a minimal common runtime environment.
    • The best experience is generally to use a clean Ubuntu 16.04.3 LTS system or LXD containers or VM running Ubuntu 16.04.3.
    • Snapcraft is itself available as a snap.
    • Snapcraft builds on top of tools like autotools, make, and cmake to create snaps for people to install on Linux.
  • Additional Links: