--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wine.rst Fri Mar 13 19:26:50 2015 +0200
@@ -0,0 +1,49 @@
+.. -*- coding: utf-8; -*-
+.. include:: HEADER.rst
+
+=======
+ Wine.
+=======
+.. contents::
+
+Installing into separate workspace.
+===================================
+::
+
+ $ PROFILE=my-program
+ $ export WINEPREFIX=~/.wine-$PROFILE
+ $ winetricks dotnet20 dotnet40
+ $ wine /path/to/installer.exe
+ $ wine $WINEPREFIX/Program\ Files/Program/start.exe
+
+Write simple script to run program in your environment::
+
+ #!/bin/sh
+ env WINEPREFIX=~/.wine-my ~/.wine-my/
+
+winetricks.
+===========
+
+List of available packages::
+
+ $ winetricks apps list
+
+Instal .Net 2.0/4.0::
+
+ $ winetricks dotnet20 dotnet40
+
+Wine utils.
+===========
+::
+
+ $ winecfg
+
+ $ wine notepad
+ $ wine regedit
+ $ wine uninstaller
+
+Installing fresh copy under Debian.
+===================================
+
+https://www.winehq.org/download/debian
+