Source deluge for windows

Suggestions and discussion of future versions
Post Reply
Andrak
New User
New User
Posts: 4
Joined: Tue Nov 04, 2008 1:00 pm

Source deluge for windows

Post by Andrak »

It would be possible for programmers to cede the Deluge source of the program for windows?

I have a tracker which would only use the program Deluge! It is undoubtedly the best because it goes beyond the TS.

But I want to make some changes in the program. Someone could give the source of the program for windows and say the steps to compile it?

For example, the ABC program that allows its users! The Deluge could also be seen opensource.


A hug to everyone!
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Source deluge for windows

Post by johnnyg »

Deluge is already open source.
You can get the source here: http://dev.deluge-torrent.org/
There are instructions for compiling on linux here: http://dev.deluge-torrent.org/wiki/Inst ... FromSource
Andrak
New User
New User
Posts: 4
Joined: Tue Nov 04, 2008 1:00 pm

Re: Source deluge for windows

Post by Andrak »

johnnyg wrote:Deluge is already open source.
You can get the source here: http://dev.deluge-torrent.org/
There are instructions for compiling on linux here: http://dev.deluge-torrent.org/wiki/Inst ... FromSource
But I not use linux only windows.
I have installed on my windows XP SP3, the following programs:
- Python 2.5.2
- Wxpython 2.8.9.1 (unicode)
- pywin32-212
- pycrypto-2.0.1
- pyexe-0.6.8

I tried to do this in cmd: python setup.py build

But gives error. I need to install anything else to compile the windows?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Source deluge for windows

Post by johnnyg »

I'm not sure how you go about compiling it in windows as most users would just use the compiled version.
You will have to wait for a dev to answer that.

What changes do you want to make exactly?
Andrak
New User
New User
Posts: 4
Joined: Tue Nov 04, 2008 1:00 pm

Re: Source deluge for windows

Post by Andrak »

johnnyg wrote:I'm not sure how you go about compiling it in windows as most users would just use the compiled version.
You will have to wait for a dev to answer that.

What changes do you want to make exactly?

I'd like to implement the "login" in the Deluge. For users to login into the program before downloading the torrent Tracker.

I know + / - as is done not only know compile the program in windows.
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Source deluge for windows

Post by mvoncken »

I don't really recommend this, because developing on linux is so much easyer but....

You can just edit the py files in %program files%\deluge , python doesn't need compiling.

And note that you are planning to redistribute GPL code, you should publish your source changes.
The best way to realize this would be with a plugin instead of hacking core.
dev: webui, core, labels | irc:vonck7 |
Andrak
New User
New User
Posts: 4
Joined: Tue Nov 04, 2008 1:00 pm

Re: Source deluge for windows

Post by Andrak »

I just want to make a version of with my Deluge modification. Ie user ID in the program. It's simple to know how to apply the Deluge. I just do not know how it compiles for the. Exe windows.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Source deluge for windows

Post by andar »

Andrak wrote:I just want to make a version of with my Deluge modification. Ie user ID in the program. It's simple to know how to apply the Deluge. I just do not know how it compiles for the. Exe windows.
It's just done with setuptools, just as it's done in linux. Setting up an environment to do so in windows is another story and that can get quite complicated. Deluge itself doesn't need to be compiled, but libtorrent which is included requires building with msvc.

The same source code is used for both windows and linux.
Post Reply