We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eff248 commit fdf8b6eCopy full SHA for fdf8b6e
README.md
@@ -18,13 +18,17 @@ It is highly recommended to link libgit2 statically so when it is updated you wi
18
19
By default the configure script will use the local libgit2, so you just need to build it. This can be accomplished by running:
20
21
+```
22
$ ./libgit2_build.sh
23
24
25
You can then build php-git2 as you would any extension:
26
27
28
$ phpize
29
$ ./configure
30
$ make
31
$ make install
32
33
34
To use your system's libgit2, run configure with the `--with-system-libgit2` flag.
0 commit comments