[git-users] Re: Install git on Red Hat

2012-06-05 Thread Markus Falb
On Jun 4, 10:42 pm, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: As far as I know, you can install software on Red Hat in the shape of RPM's. And the easiesst way to get RPM's and install them is with Red Hat's software management tool called yum. It should be as easy as opening some

[git-users] Re: Install git on Red Hat

2012-06-05 Thread Thomas Ferris Nicolaisen
It appears make is missing on your system. Perhaps you can first install it like this? yum install make -- You received this message because you are subscribed to the Google Groups Git for human beings group. To view this discussion on the web visit

Re: [git-users] Re: Install git on Red Hat

2012-06-05 Thread Danilo Santos
the make is installed. GNU Make 3.81. I think another problem is, still can not find, have any other idea? 2012/6/5 Thomas Ferris Nicolaisen tfn...@gmail.com It appears make is missing on your system. Perhaps you can first install it like this? yum install make -- You received this

Re: [git-users] Re: Install git on Red Hat

2012-06-05 Thread Thomas Ferris Nicolaisen
I might be shooting in the dark here, but found this here: http://stackoverflow.com/questions/171506/make-and-build-utilities-on-centos-rhel Can you try either of these first? yum groupinstall Development Tools yum install gcc gcc-c++ kernel-devel -- You received this message because you

Re: [git-users] Re: Install git on Red Hat

2012-06-05 Thread Danilo Santos
No words to thank the help. Thanks it is working, now I'll redo it in another computer. but anyway thanks for the help. 2012/6/5 Thomas Ferris Nicolaisen tfn...@gmail.com I might be shooting in the dark here, but found this here:

[git-users] Re: Install git on Red Hat

2012-06-04 Thread Thomas Ferris Nicolaisen
Hi, As far as I know, you can install software on Red Hat in the shape of RPM's. And the easiesst way to get RPM's and install them is with Red Hat's software management tool called yum. It should be as easy as opening some terminal and typing: yum install git-core According to the RH