Skip to content

Instantly share code, notes, and snippets.

@M0ses
Last active February 14, 2021 22:24
Show Gist options
  • Select an option

  • Save M0ses/c253b31118081132b83d4e2fbe76fd09 to your computer and use it in GitHub Desktop.

Select an option

Save M0ses/c253b31118081132b83d4e2fbe76fd09 to your computer and use it in GitHub Desktop.

Revisions

  1. M0ses revised this gist Feb 14, 2021. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions Installing_EOS_with_wine.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ## Wine mit extra PREFIX richtig konfigurieren

    '''WINEPREFIX=~/.EOS-wine winecfg'''
    ```WINEPREFIX=~/.EOS-wine winecfg```

    In "winecfg" folgende Option deaktivieren:

    @@ -14,20 +14,20 @@ In "winecfg" folgende Option deaktivieren:
    EOS herunterladen (https://www.pabst-software.de/lib/exe/fetch.php?media=programme:eos:eos.zip)
    Z.B. mit dem Browser od. curl

    '''
    ```
    curl -o ~/Downloads/eos.zip "https://www.pabst-software.de/lib/exe/fetch.php?media=programme:eos:eos.zip"
    '''
    ```


    ## EOS entpacken (installieren)

    '''
    ```
    cd ~/.EOS-wine/drive_c/
    unzip ~/Downloads/eos.zip EOS.exe
    '''
    ```

    ## EOS starten

    '''
    ```
    WINEPREFIX=~/.EOS-wine/ wine ~/.EOS-wine/drive_c/EOS.exe
    '''
    ```
  2. M0ses created this gist Feb 14, 2021.
    33 changes: 33 additions & 0 deletions Installing_EOS_with_wine.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    # Wie installiere ich EOS am Besten unter Linux?

    ## Wine mit extra PREFIX richtig konfigurieren

    '''WINEPREFIX=~/.EOS-wine winecfg'''

    In "winecfg" folgende Option deaktivieren:

    -> Grafik
    -> "Erlaube dem Fenstermanager die Fenster zu dekorieren"

    ## EOS herunterladen

    EOS herunterladen (https://www.pabst-software.de/lib/exe/fetch.php?media=programme:eos:eos.zip)
    Z.B. mit dem Browser od. curl

    '''
    curl -o ~/Downloads/eos.zip "https://www.pabst-software.de/lib/exe/fetch.php?media=programme:eos:eos.zip"
    '''


    ## EOS entpacken (installieren)

    '''
    cd ~/.EOS-wine/drive_c/
    unzip ~/Downloads/eos.zip EOS.exe
    '''

    ## EOS starten

    '''
    WINEPREFIX=~/.EOS-wine/ wine ~/.EOS-wine/drive_c/EOS.exe
    '''