libgit2 / php-git

PHP bindings for libgit2
http://libgit2.github.com
MIT License
563 stars 118 forks source link

Windows PHP Extension DLL #42

Open marcdebeer opened 11 years ago

marcdebeer commented 11 years ago

Would any one be able to provide me with a windows compiled .dll for this to drop into my php extension directory?

dubcanada commented 11 years ago

Sadly it doesn't work that way :)

You need one for your architecture.

marcdebeer commented 11 years ago

Ugh :[ Alright it makes sense. In that case then is there a walk-through for non-technical devs for compiling a dll in win?

andrew-kzoo commented 11 years ago

:+1:

If I have time I may try to compile php-git with MSYS or cygwin.

I'll post any updates to this issue.

andrew-kzoo commented 11 years ago

I will follow these directions: Building libgit2 on Windows and keep track of gotchas.