Git Product home page Git Product logo

wine_appimage's Introduction

WINE logo

WINE AppImage

WINE AppImage (unofficial) AppImages by GitHub Actions Continuous Integration
Report bug · Request feature · Download AppImage

Info

  • This AppImage includes i386 GPU drivers. If it still doesnt work then don't get angry at me.

Get Started

Download the latest release from

Stable Devel Staging GE-Proton GE-LoL
Download Download Download Download Download

Executing

File Manager

Just double click the *.AppImage file and you are done!

In normal cases, the above method should work, but in some rare cases the +x permissisions. So, right click > Properties > Allow Execution

Terminal

./wine-*.AppImage
chmod +x wine-*.AppImage
./wine-*.AppImage

In case, if FUSE support libraries are not installed on the host system, it is still possible to run the AppImage

./wine-*.AppImage --appimage-extract
cd squashfs-root
./AppRun

Building AppImage (Debian Based Host Only)

> Clone this repo

git clone 'https://github.com/mmtrt/WINE_AppImage.git'

> Download appimage-builder and unpack

cd WINE_AppImage ; wget -q 'https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.0.3/appimage-builder-1.0.3-x86_64.AppImage' ; chmod +x 'appimage-builder-1.0.3-x86_64.AppImage' ; ./appimage-builder-1.0.3-x86_64.AppImage --appimage-extract

> Modify appimage-builder

cp runtime/mksquashfs squashfs-root/usr/bin/mksquashfs ; sed -i 's|xz|zstd|' squashfs-root/usr/lib/python3.8/site-packages/appimagebuilder/modules/prime/appimage_primer.py

> Modify Recipe for building locally

Change version in wine-stable.yml for example.

version: !ENV ${WINE_VER}

To

version: "1.0"

> Start building

Now launch modified appimage-builder using modifed recipe after doing above steps

squashfs-root/AppRun --recipe wine-stable.yml

Acknowledgements

wine_appimage's People

Contributors

mmtrt avatar ruanformigoni avatar liberodark 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.