We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25903cc commit 37cdd88Copy full SHA for 37cdd88
Hacking-Git.md
@@ -18,7 +18,9 @@ suggest improvements. Thanks!
18
19
## Building Git
20
21
-* ["`INSTALL`"](https://github.com/git/git/blob/master/INSTALL)
+* ["`INSTALL`"](https://github.com/git/git/blob/master/INSTALL) to build using [Make](https://www.gnu.org/software/make/).
22
+
23
+* ["`meson.build`"](https://github.com/git/git/blob/master/meson.build) to build using [Meson](https://mesonbuild.com/).
24
25
* ["Installing from Source"](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git#_installing_from_source) in the Pro Git book
26
0 commit comments