An open API service indexing awesome lists of open source software.

https://github.com/librepcb/librepcb-snap

Snap package deployment for LibrePCB
https://github.com/librepcb/librepcb-snap

Last synced: 4 months ago
JSON representation

Snap package deployment for LibrePCB

Awesome Lists containing this project

README

          

# Official Snap Package for LibrePCB

Sources for the LibrePCB Snap hosted at https://snapcraft.io/librepcb/.

## Development

See official documentation at https://snapcraft.io/docs/snapcraft-overview/.

### Requirements

```bash
sudo snap install snapcraft --classic
```

### Build

```bash
snapcraft pack [--use-lxd]
```

### Install

```bash
sudo snap install --devmode *.snap
```

### Run

```bash
snap run librepcb
```