• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Compiling git

barumunk

New Member
Has anyone successfully compiled git on the Humax HDR-FOX T2 ?

I'm busy trying to make improvments and additions to the custom portal and having to scp files across every 5 minutes is a bit of a pain.

So far (for git)
Code:
./configure
# works
make
# seems to hang when interacting with perl which it expects to find in /usr/bin
# when its actually in /mod/bin which i changed in the makefile, but seems to halt
# the tv now when making
any ideas? and possibly if/when we/i get it working whats the process for adding packages to the packagelist available from the webif interface?

chris
 
Git is a b***er to compile, in particular to cross compile.

I've given it a go - try the package that's in the repository now (opkg update && opkg install git). I don't use git (SVN user) so have only done some cursory tests, but it seems to function.

The process is to email the package to packages@hummypkg.org.uk for review and publication.
 
Back
Top