Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More detailed document for how to install libgit2 on unix/linux system #41

Open
klesh opened this issue May 23, 2022 · 0 comments
Open

Comments

@klesh
Copy link
Contributor

klesh commented May 23, 2022

Many developer ran into problem during libgit2 installation.

  1. The existing libgit2 installed by package manager is most likely not of version 1.3.0, one could use pkg-config --modversion libgit2 to make sure of that
  2. When existing version doesn't fit our requirement, provide a guide to uninstall existing version, and adopt the Manual Compilation approach.
  3. Prompt developer to setup PKG_CONFIG_PATH and LD_LIBRARY_PATH environment variable for Manual Compilation approach.
  4. Provide some common error message screen shot for developer to check if they are having the same kind of problem

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant