Re: [git-users] Git build

2014-02-09 Thread Konstantin Khomoutov
On Sun, 9 Feb 2014 02:37:06 -0800 (PST)
ishan chawla  wrote:

> I am trying to build git from its source code in windows,Im not able
> to do it.Some cache.h error is coming .Could you please suggest me
> what to do?

Git is not directly buildable on Windows because its Windows port,
which is Git for Windows (earlier known by another moniker --
msysGit) [1], is not completed and fully intergated upstream yet.

So if you want to build GfW yourself you'll have to download msysGit
[2], which is a full development environment *plus* appropriately
patched Git code, and build it [3].

Note that should you have any troubles with it, the proper place to ask
specific questions about this is the msysGit newsgroup [4], not this
list.  There also exists the GfW issue tracker [5].

1. http://msysgit.github.io/
2. https://github.com/msysgit/msysgit/wiki/InstallMSysGit
3. https://github.com/msysgit/msysgit/wiki/WorkingOnMsysGit
4. http://groups.google.com/group/msysgit/
5. https://github.com/msysgit/msysgit/issues

-- 
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/groups/opt_out.


[git-users] Git build

2014-02-09 Thread ishan chawla
I am trying to build git from its source code in windows,Im not able to do 
it.Some cache.h error is coming .Could you please suggest me what to do?
Thanks
Ishan

-- 
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/groups/opt_out.


[git-users] git build linker error

2012-06-11 Thread sinbad
hi,

i'm trying to build git, how to get rid of the following linker error.

LINK git-daemon
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make: *** [git-daemon] Error 1


thanks

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.