jbenner-radham / pocket-up

A forthcoming Linux GUI app to download and update openFPGA cores on the Analogue Pocket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PocketUp

A Linux GUI app to download and update openFPGA cores on the Analogue Pocket.

PocketUp

Build

Prerequisites for Debian/Ubuntu:

sudo apt install libgtk-4-dev build-essential libadwaita-1-dev

Prerequisites for Fedora:

sudo dnf install gtk4-devel gcc libadwaita-devel

Prerequisites for Arch:

sudo pacman -S gtk4 base-devel libadwaita

Then to build:

cargo build --release

Package

Debian/Ubuntu

Currently tested on Ubuntu 22.04 LTS.

Install cargo-deb:

rustup update
cargo install cargo-deb

Run cargo-deb:

cargo deb

This will produce a file in the form of target/debian/pocket-up_<version>_<arch>.deb.

Install

# Install not yet available.

License

The MIT License. See the license file for details.

About

A forthcoming Linux GUI app to download and update openFPGA cores on the Analogue Pocket.

License:MIT License


Languages

Language:Rust 99.9%Language:CSS 0.1%