On Wed, Oct 26, 2022 at 11:27 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > The instructions for running CMake went back & forth between *nix, > Windows and Visual Studio instructions Let's create headings and split > the existing instructions up into those new sections. > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > --- > diff --git a/contrib/buildsystems/CMakeLists.txt b/contrib/buildsystems/CMakeLists.txt > @@ -4,7 +4,48 @@ > +== Building == > + > +One the recipe is created a build recipe will be created. First sentence seems to be gobbledygook. I _think_ you wanted to say "Once the recipe is created, something, something, something", though I don't know what "something" was supposed to be. > +[...] For Windows > +Open contrib/buildsystems/git.sln on Windows and build Git. Or use the Too many "Windows". > +"msbuild" command-line tool (see our own ".github/workflows/main.yml" > +for a real example): > + > + msbuild git.sln > + > +On all other platforms running "cmake" will generate a Makefile, to > +build with it run: s/,/;/ > + make -C contrib/buildsystems/out