diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-07-13 17:19:24 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-07-13 17:19:24 +0800 |
commit | 65214f2c8a7e968ed2bc6d9cc66fecbc5de7c0f5 (patch) | |
tree | 0a9baebd0c725ab02de89e9faa3098957b74260d /README.win32 | |
parent | d3fd4b7b5ea6c8fa56aa36235db76a6eef7ec0a6 (diff) | |
download | pango-65214f2c8a7e968ed2bc6d9cc66fecbc5de7c0f5.tar.gz |
README.win32: Update Information for Builds
Since module functions are now built into the main Pango DLLs,
indicate so in README.win32, although it does not make any difference
in the Visual Studio builds on the surface, as modules are already
built into the main DLLs for such builds.
Also update the information on the Visual Studio versions supported
by the project files.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 15 |
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.
|