Installation
Installing From Packages
Packages for both RPM and DEB based distributions can be found on our download page here. Please refer to your distributions documentation for how to use these files.
You'll also find a generic .tar.gz file that can be used to install Wine-Doors on any distribution on that page. To install from this package simply untar it, and run python setup.py install from within the folder.
Dependencies
All packages require that you have the following dependencies or their equivalents installed:
- cabextract
- tar
- gzip
- bzip
- unzip
- orange
- python-gnome2-desktop with rsvg support, greater than or equal to version 2.16
- python, greater than or equal to version 2.4
- python2.4-cairo, greater than or equal to version 1.2.0
- libcairo2, greater than or equal to version 1.2.4
- python-libxml2
- python-glade2
Installing From Latest Subverison
You can install from the latest development sources using the following commands. Note that these require that you have subversion and all dependencies installed:
$ svn co http://www.wine-doors.org/svn/wine-doors/trunk wine-doors $ cd wine-doors $ python setup.py install
Note: These instructions assume you are either a root user, or that the last python command is executed as root (some distributions recommend prefixing the command with 'sudo' to accomplish this).
Note: These instructions are for installation the version currently in development. This version is NOT recommended for most users. ApplicationPacks on the online repository are now updated nightly; you no longer need a subversion version of wine-doors to get the latest ApplicationPacks.
