What's new

Help compiling transmission fork

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Skoven

Occasional Visitor
Hi all.

Can someone guide me to compile this transmission fork for arm7/Entware-Ng:
http://thomaslaroche.tumblr.com/post/93401383596/transmission-sequential

I asked the dev. Mikaye for help, but i am not able to follow the instruction due to my noob linux skills :confused:
I'm basically stuck at the very first "task":

This is taken from the question i asked here: http://thomaslaroche.tumblr.com/post/93401383596/transmission-sequential#comment-2595222196
Unfortunately, you will have to recompile Transmission from source to apply the patch...
First install Entware compilation environment and test compiling vanilla transmission to see if it's working :
#Setup toolchain
make tools/install
make toolchain/install
make target/compile
#Compile transmission
make package/transmission/compile

If this works, try to use this Makefile instead of the Entware one (in feeds/packages/net/transmission)

And install the resulting package :

opkg install /path/to/your/package.ipkg

Please note that I haven't tested the above code and I'm hoping it will work...

Good luck ;)

I hope someone more experienced can guide me trough it - and by that i mean: step by step similar to the guides in the merlin wiki-pages (transmission example): https://github.com/RMerl/asuswrt-merlin/wiki/Installing-Transmission-through-Entware

Thank you :)
 
Also, take a look at transmission-cfp fork with number of interesting features like...
It's based on 2.77 code (which is most stable by author opinion) and includes some new features like hierarchical content tree and so on.

I don't want to add this fork to Entware because of it's cheating abilities.

PS Original Transmission development is almost stopped. IMHO, its a stagnation. Too sad to see it.
 
Can someone guide me to compile this transmission fork for arm7/Entware-Ng:
http://thomaslaroche.tumblr.com/post/93401383596/transmission-sequential

I asked the dev. Mikaye for help, but i am not able to follow the instruction due to my noob linux skills :confused:
I'm basically stuck at the very first "task":

You need to build the toolchain and build environment first, then you can pull the code and patch...

BTW - the transmission devs rejected that patch, and for good reasons - it creates unhealthy swarms by biasing the front end of the file, rather than distributing the chunks across the whole file.
 
PS Original Transmission development is almost stopped. IMHO, its a stagnation. Too sad to see it.

Mixed feelings here - at some point, the project is essentially done, and goes into maint mode for bug mashing, security, etc... I think transmission is probably at that stage.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top