[gtk-web: 1/2] Mention gvsbuild as a method of building on Windows



commit 96e8f92575b41525f0abf16d361cf900c49f197d
Author: Patrick Griffis <tingping tingping se>
Date:   Wed Mar 4 23:26:32 2020 +0000

    Mention gvsbuild as a method of building on Windows

 collections/_docs/windows.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/collections/_docs/windows.md b/collections/_docs/windows.md
index bc00e28..84d1a17 100644
--- a/collections/_docs/windows.md
+++ b/collections/_docs/windows.md
@@ -10,17 +10,20 @@ permalink: /docs/installations/:name/
applications are typically bundled with GTK already, so end-users do not
need to worry about how to install GTK itself.
 
-There are two methods to install GTK on Windows development machines.
+There are many methods to install GTK on Windows development machines.
 
-* ### [First Method](#using-gtk-from-vcpkg-packages)
+* ### [MSYS2](#using-gtk-from-msys2-packages)
+  This method is based on the packages provided by [MSYS2](https://www.msys2.org/),
+  which provides a UNIX-like environment for Windows. Both of these repositories
+  also provide packages for a large number of other useful open source libraries.
+* ### [gvsbuild](https://github.com/wingtk/gvsbuild)
+  This method provides scripts to build the GTK stack from source and outputs
+  libraries and tools that can be consumed by Visual Studio or Meson based projects.
+* ### [vcpkg](#using-gtk-from-vcpkg-packages)
   This method is based on the packages available from the
   [Microsoft vcpkg project](https://docs.microsoft.com/en-us/cpp/vcpkg),
   which are built using Visual Studio, and therefore work well if you intend
   to develop using that platform.
-* ### [Second Method](#using-gtk-from-msys2-packages)
-  This method is based on the packages provided by [MSYS2](https://www.msys2.org/),
-  which provides a UNIX-like environment for Windows. Both of these repositories
-  also provide packages for a large number of other useful open source libraries.
 
 If you really want to build GTK from the pristine sources yourself, you can
 use the project files for Microsoft Visual Studio provided by the GTK


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]