Giter VIP home page Giter VIP logo

applications's Introduction

Winepak Applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak.

Instructions

Remember run all flatpak commands as a user, root and sudo are not needed.

Sdk & Platform

First you need to build and install the winepak Sdk & Platform. You can do so at winepak/winepak-sdk-images.

Some applications use the stable branch of winepak (which uses stable wine) while others use the staging branch of winepak (which uses wine-staging). Build the branches you'll need.

Building an application

Now with the runtime installed we can build an application with wine. Flatpak will default the build to the systems arch, x86_64 = 64bit and i386 = 32bit. You can specify the arch by passing --arch=ARCH, remove this flag if you don't need it.

To build an application like tld.domain.Application we have two build options.

Repo

The repo version exports the build to a repo, in this case winepak. You then need to install the application via the local repo.

flatpak-builder --arch=ARCH --force-clean --repo=winepak builds tld.domain.Application/tld.domain.Application.yml

Now to install simple run the application. Remember if you don't build the application with a GPG key then you will be forced to install the application with --user.

flatpak install winepak tld.domain.Application

Direct

The direct method allows you to install a build directly from source without the need of a repo, this is done by running:

flatpak-builder --user --arch=ARCH --force-clean --install builds tld.domain.Application/tld.domain.Application.yml

Run the application

As easy as:

flatpak run tld.domain.Application

applications's People

Contributors

julianrichen avatar cpba avatar

Watchers

Wagner Rodrigo da Silva avatar

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.