Changes between Initial Version and Version 1 of Ticket #3201, comment 9


Ignore:
Timestamp:
06/10/2019 06:26:11 PM (5 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3201, comment 9

    initial v1  
    11An update to the above steps: 
     2 
     31. Download latest GTK 3.24 gvsbuild tarball and extract to `C:\gvsbuild`: 
     4 
     5    https://ci.appveyor.com/project/cas--/gvsbuild/build/artifacts 
     6 
     72. Download and install latest Python 3.6: 
     8 
     9    https://www.python.org/downloads/release/python-368/ 
     10 
     113. Install python dependencies 
    212 
    313{{{ 
     
    616pip.exe install https://download.lfd.uci.edu/pythonlibs/t4jqbe6o/Twisted-19.2.1-cp36-cp36m-win_amd64.whl 
    717pip.exe install https://download.lfd.uci.edu/pythonlibs/t4jqbe6o/setproctitle-1.1.10-cp36-cp36m-win_amd64.whl 
     18 
     19}}} 
     20 
     214. Install deluge 
     22{{{ 
    823pip.exe install deluge deluge-libtorrent 
    924}}} 
    1025 
    11 The `deluge-libtorrent` wheel currently needs OpenSSL 1.1.0 installed: https://slproweb.com/download/Win64OpenSSL_Light-1_1_0k.exe 
     265. `deluge-libtorrent` wheel currently needs OpenSSL 1.1.0 installed:  
    1227 
    13 Check that libtorrent definitely works with: 
     28    https://slproweb.com/download/Win64OpenSSL_Light-1_1_0k.exe 
     29 
     30 
     316. Install MC VC Runtime: 
     32 
     33    https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 
     34 
     357. Check that libtorrent definitely imports with: 
    1436{{{ 
    1537python -c "import libtorrent; print(libtorrent.__version__)" 
    1638}}} 
    1739 
    18 Before running deluge set the gtk3 `bin` path: 
     408. Run deluge: 
    1941 
    2042{{{ 
     
    2244deluge.exe 
    2345}}} 
     46 
     47    The `gvsbuild` path can be added to global env vars to save setting each time.