-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rn-118: Add a few links and one clarification to the Meson article
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,8 @@ This edition covers what happened during the months of November and December 202 | |
|
||
In fact, our own Jakub Narębski | ||
[initially added the 'configure' script](https://lore.kernel.org/git/[email protected]/) | ||
back in 2006 to make it much easier to create RPM spec files when | ||
back in 2006 to make it much easier to create RPM spec file for Git. | ||
Creating `*.spec` file is especially easy when the | ||
compilation follows traditional `configure && make && make install` | ||
steps. | ||
|
||
|
@@ -121,7 +122,8 @@ This edition covers what happened during the months of November and December 202 | |
three build systems simultaneously during any transition period. | ||
|
||
David Aguilar expressed concerns about Python being a dependency | ||
through Meson. Eli replied that muon, a C99 implementation of Meson, | ||
through Meson. Eli replied that [muon](https://github.com/muon-build/muon), | ||
a C99 implementation of Meson, | ||
could be used instead and demonstrated it working with Git's build. | ||
|
||
Jeff King, alias Peff, asked about reliability for bisecting and | ||
|
@@ -155,10 +157,13 @@ This edition covers what happened during the months of November and December 202 | |
|
||
The merged patch series especially adds | ||
[some documentation](https://lore.kernel.org/git/[email protected]/#Z31meson.build) | ||
(via comments in [`meson.build`](https://git.kernel.org/pub/scm/git/git.git/tree/meson.build)) | ||
to help build Git with Meson and | ||
[a build system comparison](https://lore.kernel.org/git/[email protected]/#Z31Documentation:technical:build-systems.txt) | ||
(in [`Documentation/technical/build-systems.txt`](https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/technical/build-systems.txt)) | ||
that might be interesting to read. | ||
|
||
|
||
<!--- | ||
## Developer Spotlight: | ||
--> | ||
|