diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-08-31 13:19:44 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-08-31 13:19:44 +0800 |
commit | 3641b7abc78bc4ba85031e2ad9bb3ce99077098e (patch) | |
tree | 802a4127161230e573ea57dca26cdde3c61bb356 /build | |
parent | 710101e12e2d1dddf1a9c9df01c0b27e028cd1f4 (diff) | |
download | pango-3641b7abc78bc4ba85031e2ad9bb3ce99077098e.tar.gz |
Updated README.win32 and VS9 Readme.txt
-Set README.win32 to have Windows EOL
-Updated README.win32 regarding the situation of modules on Windows
under different build approaches.
-Tell people in both Readme files about the GNOME Live! page that
describes building Pango and its dependencies with Visual Studio
in better detail.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs9/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index d4ef37e0..58066efa 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -4,6 +4,11 @@ Please do not compile Pango in a path with spaces to avoid potential problems during the build and/or during the usage of the Pango
library.
+Please refer to the following GNOME Live! page for more detailed
+instructions on building Pango and its dependencies with Visual C++:
+
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+
This VS9 solution and the projects it includes are intented to be used
in a Pango source tree unpacked from a tarball. In a git checkout you
first need to use some Unix-like environment or manual work to expand
|