Unofficial Deluge 2.0.x for Windows installer

Specific support for Deluge on Microsoft Windows OS
Mizerka
New User
New User
Posts: 3
Joined: Fri Sep 18, 2020 4:23 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by Mizerka »

left it for a month, started to work on it's own this morning, interesting, maybe some pending restarts, not sure.
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

petersasi wrote: May I ask what Windows version and hardware or virtual platform do you need this for?
Windows 3.11 with a 80386SX.

More seriously, Windows 7 x86 CPU is i7@860, nothing virtual.
I sometimes uses old 16 bits programs (or old program which installer is still 16bits), and 64bits OS can't run 16bits programs.

Where can i find the MHerz tutorial ?
The only thing i know is this : https://dev.deluge-torrent.org/ticket/3201#comment:9
And i'm stuck at step 1 as link is not working.

Edit
Never mind, i've encounter another issue i tried to solve with ltconfig but without success. It seems the private torrent tracker i'm on doesn't recognize deluge 2.x. It was Ok with 1.3.15, but not with 2.x, so, this put an end for me with deluge, i'm switching to something else.
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

Finaly still interested by Mherz tutorial, maybe in the future deluge 2.x will be supported, and i would like to have a remote client to connect to server than using web UI. For now, only Deluge and Transmission offer the feature (as far as i know).
So, being able to have (or build myself) a 32 bits version still interest me.
petersasi
Leecher
Leecher
Posts: 93
Joined: Sun Nov 17, 2019 8:09 am

Re: Unofficial Deluge 2.0.x for Windows installer

Post by petersasi »

Hi, have you followed the steps in my README?

Also I have tried to add comments to my scripts then converted them to messages following the clean code pattern, but have not committed my latest yet. Not planning on creating and maintaining separate documents but rather a self documenting sequence of scripts.

I think easiest is if you ask your question here! Do you have MSVC, OpenSSL and python yet?
jpsdr wrote:Finaly still interested by Mherz tutorial, maybe in the future deluge 2.x will be supported, and i would like to have a remote client to connect to server than using web UI. For now, only Deluge and Transmission offer the feature (as far as i know).
So, being able to have (or build myself) a 32 bits version still interest me.
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

For personnal use, i allready have Visual Studio 2019 and msys2 installed.

I've downloaded (not installed yet) the following :
python-3.6.8.exe
python-3.7.9.exe
python-3.8.6.exe
Win32OpenSSL-1_1_1h.exe
libtorrent-rasterbar-1.2.10.tar.gz

Also begin to follow what's here : https://github.com/wingtk/gvsbuild
I've cloned the repository gvsbuild.

That's the point i am for now. I don't know what python i should install, meaning, the safest...
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

Unfortunately it fails during meson build saying there is no compiler avaible, saying that gcc command fails with "file not found" even after putting gcc in the path... :(
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

Ok, i've been able to build the GTK. Try to do what is described here https://dev.deluge-torrent.org/ticket/3201#comment:9 but i don't realy understand, not clear, not working (not sure i'm doing what it needs).
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

I'm using this as base : https://github.com/doadin/DelugeBuildFromSource

I manage to build each step, but i don't understand some parts.
Is building OpenSSL necessary ? Is it not just possible to install OpenSSL ?
One libtorrent is build, i don't see where it's used in the deluge build.
Same for GTK.
Hardcoded path in scripts are realy annoying... :(
Especialy when you've installed things some other place because the disk is full.
JGAS2
Member
Member
Posts: 11
Joined: Thu Jul 16, 2020 1:49 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by JGAS2 »

Python 3.9.0 and OpenSSL 1.1.1i are available for next build... ;)
jpsdr
Member
Member
Posts: 32
Joined: Sat Oct 10, 2015 2:03 pm

Re: Unofficial Deluge 2.0.x for Windows installer

Post by jpsdr »

Host/build environment and target are not the same. I've been able to have access to a 64bits build environment, but targeting a 32 bits build. Python installed needs to be the 32bits version, otherwise during link there is an error sayings linking 64bits dependencies for a 32bits target.
Still working on things... Don't know if i will success. Needing to be under a 64bits OS for building the 32bits app is not an issue, which helps...
Post Reply