skydemon_on_linux_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
skydemon_on_linux_ubuntu [28.04.2013 09:30] – created Pascal Suterskydemon_on_linux_ubuntu [28.04.2013 09:48] Pascal Suter
Line 2: Line 2:
 this is based on or copied from a [[http://www.skydemon.aero/forums/Topic7466.aspx|Post in the skydemon forums]] this is based on or copied from a [[http://www.skydemon.aero/forums/Topic7466.aspx|Post in the skydemon forums]]
  
-  - Install winetricks and wine <code>sudo apt-get install winetricks</code> +  - Install winetricks and wine <code>sudo apt-get install winetricks</code> (this will also install wine as a dependancy) 
-  - if you are running a 64bit Linux, create a wine 32 bit prefix like this (don't copy/paste, replace username with your user home directory name): <code>WINEPREFIX='/home/username/.wine32' WINEARCH='win32' wine 'wineboot'</code> +  - if you are running a **64bit Linux**, create a wine 32 bit prefix. i had some problems when i created a second prefix with 32bit.. since i don't need a 64 bit prefix anyway, i simply delted my .wine directory first <code>rm -rf /home/username/.wine</code>, and then recreated a 32bit prefix in .wine. (don't copy/paste, replace username with your user home directory name and use a direcotry other than .wine if .wine still exists and you want to keep your 64bit prefix. the directory must not exist yet!): <code>WINEPREFIX='/home/username/.wine' WINEARCH='win32' wine 'wineboot'</code> 
   - run <code>winecfg</code> and simply click OK when it pops up   - run <code>winecfg</code> and simply click OK when it pops up
-  - <code>cd /tmp/; wget http://winetricks.googlecode.com/svn/trunk/src/winetricks</code> +  - run <code>winetricks dotnet40</code> and follow the instructions (download the dotnet stuff and copy it to the folder they say and re-run the above command) 
-  - run <code>bash winetricks dotnet30sp1</code> and follow the instructions (download the dotnet stuff and copy it to the folder they say and re-run the above command)+  - 
  • skydemon_on_linux_ubuntu.txt
  • Last modified: 28.04.2013 10:51
  • by Pascal Suter