Changes between Version 2 and Version 3 of Installing/Windows


Ignore:
Timestamp:
02/22/2009 04:58:55 AM (15 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Windows

    v2 v3  
    77= Without the Installer = 
    88 
     9 '''Note:''':: 
     10   These instructions are a work in progress and may not actually work.  Please help us test! 
     11 
    912Installing Deluge on Windows without the installer requires that you install a bunch of dependencies first.  Luckily, you generally only have to do this once and subsequent updates should be a lot quicker. 
    1013 
     
    1215 
    1316 '''Python''':: 
    14    Any 2.5, or 2.6 version will suffice, but do not install 3.0 or newer. Download and run the installer from: http://www.python.org/download/releases/ 
     17   Download and run the installer from: http://download.deluge-torrent.org/windows/deps/python-2.5.4.msi 
    1518 
    1619 '''Python Win32 Extensions''':: 
    17    Download and run the installer from here: http://sourceforge.net/projects/pywin32/ but make sure you download the installer that corresponds to the Python version you installed. 
     20   Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pywin32-212.win32-py2.5.exe 
    1821 
    1922 '''Gtk+ Runtime''':: 
    20    Download and run the installer from here: http://sourceforge.net/project/showfiles.php?group_id=98754&package_id=121281 
     23   Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/gtk-2.12.9-win32-2.exe 
    2124 
    2225 '''PyGTK''':: 
    23    Download and run the 3 installers from: http://www.pygtk.org/downloads.html 
    24    [[BR]]This includes !PyCairo, PyGObject and PyGTK. 
     26   Download and run the 3 installers: 
     27   * http://download.deluge-torrent.org/windows/deps/pycairo-1.4.12-1.win32-py2.5.exe 
     28   * http://download.deluge-torrent.org/windows/deps/pygobject-2.14.1-1.win32-py2.5.exe 
     29   * http://download.deluge-torrent.org/windows/deps/pygtk-2.12.1-2.win32-py2.5.exe 
    2530 
    2631 '''!PyXdg''':: 
    27    Download and install from: http://www.freedesktop.org/wiki/Software/pyxdg 
    28    You will need to extract the tarball and run 'python setup.py install'. 
     32   Download and run the installer from: http://download.deluge-torrent.org/windows/deps/pyxdg-0.17.win32-py2.5.msi 
    2933 
    3034 '''Setuptools''':: 
    31    Download and install from here: http://pypi.python.org/pypi/setuptools#downloads 
    32    If an egg is only available, just download it and drop it into your Python site-packages folder. 
     35   Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/setuptools-0.6c9.win32-py2.5.exe 
    3336 
    3437 '''libtorrent''':: 
    35    XXX: Need to have a Windows binary available. 
     38   Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/python-libtorrent-0.14.2.win32-py2.5.msi 
     39 
     40 '''!PyGame''':: 
     41   Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pygame-1.8.1release.win32-py2.5.msi 
     42 
     43 '''PyOpenSSL''':: 
     44   Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pyOpenSSL-0.8.winxp32-py2.5.msi 
     45 
     46 '''MSVCP71.DLL''':: 
     47   Download from here: http://download.deluge-torrent.org/windows/deps/MSVCP71.DLL.zip [[BR]] 
     48   Unzip and copy to C:\Windows\System32[[BR]] 
     49   Run this command: {{{regsvr32.exe /s c:\Windows\System32\MSVCP71.DLL}}} 
    3650 
    3751== Installing Deluge == 
     
    3953Now that you've got all the required dependencies installed, we can install Deluge. 
    4054 
    41 1. Download the latest source tarball from: http://download.deluge-torrent.org/source 
     551. Download the latest release: http://download.deluge-torrent.org/windows/deps/deluge-1.1.3.win32-py2.5.msi 
    4256 
    43 2. Extract it and load up a command prompt window and move to the extracted folder where setup.py is located. 
    44  
    45 3. To install: 
    46 {{{ 
    47 python setup.py build 
    48 python setup.py install 
    49 }}} 
    50  
    51 '''Note:''' If the command prompt complains it can't find 'python' then you need to use the absolute path.  In my case it is: '''C:\Python26\python.exe''' 
     572. Run it to install. 
    5258 
    5359== Running Deluge == 
    5460 
    55 Now that Deluge has been successfully installed, you can run it by using the executable located in the '''Scripts''' folder in your Python installation.  On my system it is located at '''C:\Python26\Scripts\deluge.exe'''. 
     61Now that Deluge has been successfully installed, you can run it by using the executable located in the '''Scripts''' folder in your Python installation.  On my system it is located at '''C:\Python25\Scripts\deluge.exe'''. 
    5662 
    5763