This is an automated email from the ASF dual-hosted git repository. yumeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 6feef76461625e2f88aa4c7c25ebd52acdee11b5 Author: thenicetgp <[email protected]> AuthorDate: Tue Sep 6 13:08:55 2022 +0800 fix: add more comments --- docs/Plugins/refdiff.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Plugins/refdiff.md b/docs/Plugins/refdiff.md index b7b3407a3..e380e987a 100644 --- a/docs/Plugins/refdiff.md +++ b/docs/Plugins/refdiff.md @@ -109,7 +109,7 @@ make make install ``` -#### Troubleshooting (Ubuntu) +#### Troubleshooting (linux) > Q: # pkg-config --cflags -- libgit2 Package libgit2 was not found in the > pkg-config search path. Perhaps you should add the directory containing `libgit2.pc` to the PKG_CONFIG_PATH environment variable @@ -117,11 +117,11 @@ No package 'libgit2' found pkg-config: exit status 1 > A: > Make sure your pkg config path covers the installation: -> if your libgit2.pc in `/usr/local/lib64/pkgconfig` +> if your libgit2.pc in `/usr/local/lib64/pkgconfig`(like centos) > > `export > PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib64:/usr/local/lib64/pkgconfig` > -> else if your libgit2.pc in `/usr/local/lib/pkgconfig` +> else if your libgit2.pc in `/usr/local/lib/pkgconfig`(like ubuntu) > > `export > PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib:/usr/local/lib/pkgconfig` >
