libegit2 icon indicating copy to clipboard operation
libegit2 copied to clipboard

A setup documentation.

Open bodnarlajos opened this issue 3 years ago • 4 comments

Hi,

I haven't found any documentation about how I can build this project up in win10. Do you use it in windows ?

regards, Lajos

bodnarlajos avatar Aug 17 '22 13:08 bodnarlajos

this worked for me:

https://github.com/magit/libegit2/issues/83#issuecomment-667646200

I had to remove something from one of the header files included with tdm64

pank avatar Sep 07 '22 12:09 pank

I could build it with msys2 / mingw64 but when I load the .dll happen nothing.

bodnarlajos avatar Sep 07 '22 12:09 bodnarlajos

Do you use it in windows ?

No. (And actually I don't use it at all.)

I intend to eventually look at improving building but it's not a priority and it would be better if someone who as experience with that (in particular building on Windows) had a stab at it.

tarsius avatar Sep 13 '22 08:09 tarsius

I improved the load process to be more platform agnostic in #126 by using the builtin module suffix variable.

Thaodan avatar Oct 19 '23 00:10 Thaodan