octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Obtaining sources behind a firewall


From: Ben Abbott
Subject: Re: Obtaining sources behind a firewall
Date: Mon, 27 Feb 2012 10:43:00 -0500

On Feb 27, 2012, at 10:25 AM, Sree wrote:

> Hi
> 
> I'd like to contribute to the Octave project - I'm a rookie c++
> programmer. So I was trying to get the sources - but I'm behind a
> highly restrictive firewall - so while hg clone works, the git
> subclone for gnulib fails because it uses the git:// protocol. [ Only
> port 80 and 443 works for me  ]
> 
> I can clone gnulib separately by using
> http://git.savannah.gnu.org/r/gnulib.git. Is there something that I
> can do?
> 
> Also, could someone point me to resources from where I can get started?
> 
> TIA

To use a local gnulib archive ...

        export GNULIB_SRCDIR="/Users/bpabbott/Development/git/gnulib"
        ./autogen.sh --no-git --gnulib-srcdir=$GNULIB_SRCDIR

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]