On Tue, Nov 1, 2022 at 6:51 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 == > + > +The "cmake" command creates a build file from this recipe. For Windows > +Open contrib/buildsystems/git.sln and build Git. Or use the I suspect you wanted: s/Windows Open contrib/Windows, open contrib/ > +"msbuild" command-line tool (see our own ".github/workflows/main.yml" > +for a real example):