Last active
February 14, 2021 22:24
-
-
Save M0ses/c253b31118081132b83d4e2fbe76fd09 to your computer and use it in GitHub Desktop.
Revisions
-
M0ses revised this gist
Feb 14, 2021 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ## Wine mit extra PREFIX richtig konfigurieren ```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 ``` -
M0ses created this gist
Feb 14, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 '''