diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-08-31 14:28:47 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-08-31 14:28:47 +0800 |
commit | 8cd9e34ee3dbc15baa48a104cce5294098a93cc1 (patch) | |
tree | 7af6dc000a8273ca00fce5ae2a42777f15ed5afd /README.win32 | |
parent | 43e241b235514ec86d388a421d9afe592c197993 (diff) | |
download | gtk+-8cd9e34ee3dbc15baa48a104cce5294098a93cc1.tar.gz |
Update README.win32 and Visual C++ Readme.txt's
-Tell people about the GNOME Live! page which gives a more detailed
outline on building the GTK+ stack with Visual C++
-Update README.win32 as GAIL is now a standard part built into GTK+
for its a11y functions, and GAIL-Util is now built with the project
files too.
-Tell people about the VS2010 support that has been available for a
while
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/README.win32 b/README.win32 index 6c08174cc3..42ca66f263 100644 --- a/README.win32 +++ b/README.win32 @@ -156,11 +156,17 @@ Use the Microsoft compiler, cl and Make, nmake. Say nmake -f makefile.msc in gdk and gtk. Be prepared to manually edit various
makefile.msc files, and the makefile snippets in build/win32.
-There are also VS 2008 solution and project files to build GTK+, which
+There are also VS 2008/2010 solution and project files to build GTK+, which
are maintained by Chun-wei Fan. They should build GTK+ out of the box,
provided that the afore-mentioned dependencies are installed. They will
-build GDK with the Win32 backend, GTK+ itself and the gtk-demo program.
-(The GAIL and GAIL-util sources are not built by this method yet)
+build GDK with the Win32 backend, GTK+ itself (with GAIL/a11y built in),
+the GAIL-Util library and the gtk-demo program.
+
+Please refer to the following GNOME Live! page for a more detailed ouline
+on the process of building the GTK+ stack and its dependencies with Visual
+C++:
+
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
Alternative 1 also generates Microsoft import libraries (.lib), if you
have lib.exe available. It might also work for cross-compilation from
|