Skip to content

Commit fdf8b6e

Browse files
authored
Update README.md
1 parent 6eff248 commit fdf8b6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ It is highly recommended to link libgit2 statically so when it is updated you wi
1818

1919
By default the configure script will use the local libgit2, so you just need to build it. This can be accomplished by running:
2020

21+
```
2122
$ ./libgit2_build.sh
23+
```
2224

2325
You can then build php-git2 as you would any extension:
2426

27+
```
2528
$ phpize
2629
$ ./configure
2730
$ make
2831
$ make install
32+
```
2933

3034
To use your system's libgit2, run configure with the `--with-system-libgit2` flag.

0 commit comments

Comments
 (0)