Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vaiton/db-main_flatpak

A flatpak version of https://www.db-main.eu/
https://github.com/vaiton/db-main_flatpak

db-main flatpak flatpak-builder

Last synced: about 2 months ago
JSON representation

A flatpak version of https://www.db-main.eu/

Awesome Lists containing this project

README

        

# Flatpak manifest for DB-MAIN

This is a flatpak manifest for the DB-MAIN application.

Official link: https://www.db-main.eu/

## Installation
1. Install flatpak and flatpak-builder
2. Clone this repository and cd into it
3. Download required SDKs and runtimes:

```shell
flatpak install --user org.gnome.Sdk//3.28 org.gnome.Platform//3.28
```

4. Install the application:

```shell
flatpak-builder build --force-clean --install --user eu.dbmain.db-main.yml
```

## Running the application
To run the application, simply type:

```shell
flatpak run eu.dbmain.db-main
```