README: master wants to use install-static #413
Loading…
Reference in New Issue
No description provided.
Delete Branch "cmn/master-static"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@carlosmn: Thanks. When building I also had a problem that
pkg-config
couldn't findlibgit2.pc
. I solved it by runningbut there might be a better way.
What Go version are you on? We pass the pc file directly to
pkg-config
indc745f54c5/git_static.go (L9)
/cc #408 which seems to be about the same issue
go1.8.1
Hmmm, maybe that error was happening before I figured out that I had to use
install-static
rather thaninstall
. Let me check again more carefully.Yes, it seems that
make install-static
works without having to set aPKG_CONFIG_PATH
. It was only when I was following the old instructions step by step that the first error emitted bymake install
could be solved by settingPKG_CONFIG_PATH
. Sorry for the confusion.It does give us an explanation, so we have that at least.