summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3215
1 files changed, 6 insertions, 9 deletions
diff --git a/README.win32 b/README.win32
index 2040c82b..bce3cb9a 100644
--- a/README.win32
+++ b/README.win32
@@ -25,10 +25,12 @@ Pango 1.10.0:
PATH=/devel/dist/glib-2.8.0/bin:$PATH ACLOCAL_FLAGS="-I /devel/dist/glib-2.8.0/share/aclocal" PKG_CONFIG_PATH=/devel/dist/glib-2.8.0/lib/pkgconfig:$PKG_CONFIG_PATH CC='gcc -mtune=pentium3' CPPFLAGS='-I/opt/gnu/include' LDFLAGS='-L/opt/gnu/lib' CFLAGS=-O ./configure --disable-gtk-doc --without-x --prefix=c:/devel/target/pango-1.10.0
-2) Use Visual Studio 2008/2010 (Express or above). Use the solution file
-in build/win32/vs9 or build/win32/vs10. See the README.txt there for more
-information, or see the following GNOME Live! page for a more detailed
-description of building Pango and its dependencies with Visual Studio:
+2) Use Visual Studio 2008 or later (Express/Community or above). Use the
+solution file in build/win32/vsX, where X corresponds to the numerical
+version of your Visual Studio, such as 9 for 2008 and 12 for 2013.
+See the README.txt there for more information, or see the following
+GNOME Live! page for a more detailed description of building Pango
+and its dependencies with Visual Studio:
https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
@@ -36,8 +38,3 @@ https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
are supported by Hans Breuer. They requires manual editing. You need
to have the source code to some suitable version of glib in a sibling
directory. Ask Hans for advice.
-
-Please note that approaches 2 and 3 (involving building with MSVC) will
-build Pango modules directly into the main Pango, PangoWin32 and
-(if applicable) PangoFT2 DLLs-the GCC builds will build each Pango module
-as a seperate DLL.