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
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
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
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
I'm basically stuck at the very first "task":
Entware-ng uses OpenWrt Buildroot, please install its dependencies (=step 1, without subversion mercurial) first.
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