GithubHelp home page GithubHelp logo

org.imprimis.imprimis.flatpak's Introduction

org.imprimis.Imprimis.flatpak

Flatpak build recipes used for Imprimis and its dependencies.

Like the game itself, this Flatpak only supports building for x86_64 architectures.

Getting started

Execute the following git command to download the code with its submodules, then change directory to the code repository.

git clone https://github.com/project-imprimis/org.imprimis.Imprimis.flatpak.git --recurse-submodules
cd org.imprimis.Imprimis.flatpak

Build instructions

To build and use the Flatpak scripts, you must have flatpak and flatpak-builder installed, which should be available in your Linux distribution's package manager.

To install the Flatpak's dependencies, including the build SDK, run the following command:

flatpak install org.freedesktop.Platform/x86_64/23.08 org.freedesktop.Sdk/x86_64/23.08 org.freedesktop.Platform.GL.default/x86_64/23.08

If you wish to build the Flatpak only for local installation, you can use the following command:

flatpak-builder --user --install build-dir org.imprimis.Imprimis.json

Alternatively, if you wish to build the Flatpak into an (unsigned) repository, then generate a sharable imprimis.flatpak bundle, you can run:

flatpak-builder --repo=local build-dir org.imprimis.Imprimis.json
flatpak build-bundle ./local imprimis.flatpak org.imprimis.Imprimis

You can then install the runtime dependencies, then the bundle file by invoking:

flatpak install org.freedesktop.Platform/x86_64/23.08 org.freedesktop.Platform.GL.default/x86_64/23.08
flatpak install imprimis.flatpak

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.