Re: [git-users] How to install into /usr/local?

2014-03-10 Thread Chuck
Ugh nevermind. Didn't notice you had to build configure itself.

I've got it built now.

Thx,



On Mon, Mar 10, 2014 at 10:53 AM, Chuck  wrote:

>
> There is no configure. That was the first thing I looked for.
>
> I download from https://github.com/git/git using the option on the right
> to "Download ZIP". Should I have pulled done something else? This was the
> only place I could find to download the src.
>
> Thx
>
>
> On Sun, Mar 9, 2014 at 4:57 PM, Martin Møller Skarbiniks Pedersen <
> traxpla...@gmail.com> wrote:
>
>> On 9 March 2014 17:43, rhugga  wrote:
>> >
>> > Installing from source. (we run OEL in a heavily locked down
>> environment and
>> > no way to use yum install or anything else and couldn't find an RPM)
>> >
>> > According to the documentation "make prefix=/usr/local all" should do
>> the
>> > trick but it is not working.
>>
>> Try this:
>>
>> ./configure --prefix=/usr/local
>> make install
>>
>> Enjoy
>>
>> /Martin
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Git for human beings" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/git-users/uJrhHBKmTLs/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> git-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] How to install into /usr/local?

2014-03-10 Thread Chuck
There is no configure. That was the first thing I looked for.

I download from https://github.com/git/git using the option on the right to
"Download ZIP". Should I have pulled done something else? This was the only
place I could find to download the src.

Thx


On Sun, Mar 9, 2014 at 4:57 PM, Martin Møller Skarbiniks Pedersen <
traxpla...@gmail.com> wrote:

> On 9 March 2014 17:43, rhugga  wrote:
> >
> > Installing from source. (we run OEL in a heavily locked down environment
> and
> > no way to use yum install or anything else and couldn't find an RPM)
> >
> > According to the documentation "make prefix=/usr/local all" should do the
> > trick but it is not working.
>
> Try this:
>
> ./configure --prefix=/usr/local
> make install
>
> Enjoy
>
> /Martin
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/git-users/uJrhHBKmTLs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] How to install into /usr/local?

2014-03-09 Thread Martin Møller Skarbiniks Pedersen
On 9 March 2014 17:43, rhugga  wrote:
>
> Installing from source. (we run OEL in a heavily locked down environment and
> no way to use yum install or anything else and couldn't find an RPM)
>
> According to the documentation "make prefix=/usr/local all" should do the
> trick but it is not working.

Try this:

./configure --prefix=/usr/local
make install

Enjoy

/Martin

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] How to install into /usr/local?

2014-03-09 Thread rhugga

Installing from source. (we run OEL in a heavily locked down environment 
and no way to use yum install or anything else and couldn't find an RPM)

According to the documentation "make prefix=/usr/local all" should do the 
trick but it is not working.

I downloaded the package to /root/GIT.
I run make, make test and make install but wind up with the installation 
based in /root:

   4 drwxr-xr-x  3 root root4096 Mar  9 16:33 libexec
   4 drwxr-xr-x  8 root root4096 Mar  9 16:33 share
   4 drwxr-xr-x  3 root root4096 Mar  9 16:33 lib64
   4 drwxr-xr-x  3 root root4096 Mar  9 16:33 lib
   4 drwxr-x--- 12 root root4096 Mar  9 16:33 .
   4 drwxr-xr-x  2 root root4096 Mar  9 16:39 bin

Thanks for any info.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.