mutter/build/win32/vs10
Chun-wei Fan 8e88fef83b MSVC Builds: Rename "Install" Projects
Rename the install projects to cogl-install, so that it is easier to
differentiate the projects when using the project set in a grand solution
file, such as a grand solution file that is used to build the entire
Clutter stack.
2015-03-06 17:48:51 +08:00
..
cogl-build-defines.props Visual Studio Builds: Speed Up Release Builds 2015-03-06 17:42:20 +08:00
cogl-crate.vcxproj Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00
cogl-crate.vcxproj.filters Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-gen-srcs.props Visual Studio Builds: Update .def Files Generation 2014-04-07 12:39:31 +08:00
cogl-hello.vcxproj Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00
cogl-hello.vcxproj.filters Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-info.vcxproj Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00
cogl-info.vcxproj.filters Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-install.props MSVC Builds: "Install" the .pdb Files 2015-03-06 17:46:18 +08:00
cogl-install.vcxproj MSVC Builds: Rename "Install" Projects 2015-03-06 17:48:51 +08:00
cogl-msaa.vcxproj Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00
cogl-msaa.vcxproj.filters Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-pango.vcxproj.filtersin Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-pango.vcxprojin MSVC 2010 Builds: Fix .pdb File Generation 2015-03-06 17:39:17 +08:00
cogl-path.vcxproj.filtersin Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-path.vcxprojin MSVC 2010 Builds: Fix .pdb File Generation 2015-03-06 17:39:17 +08:00
cogl-sdl2-hello.vcxproj Visual Studio 2010 Projects: Add a PlatformToolset Tag 2014-03-06 19:14:38 +08:00
cogl-sdl2-hello.vcxproj.filters Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl-version-paths.props Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl.sln MSVC Builds: Rename "Install" Projects 2015-03-06 17:48:51 +08:00
cogl.vcxproj.filtersin Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
cogl.vcxprojin MSVC 2010 Builds: Fix .pdb File Generation 2015-03-06 17:39:17 +08:00
Makefile.am MSVC Builds: Rename "Install" Projects 2015-03-06 17:48:51 +08:00
README.txt Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00
test-conformance-cogl.vcxproj.filtersin Update the Visual Studio 2010 Projects 2014-03-03 17:48:31 +08:00
test-conformance-cogl.vcxprojin Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00

Note that all this is rather experimental.

A more detailed description on using Visual C++ to compile COGL with
its dependencies can be found on the following GNOME Live! page:

https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack

Please do not attempt to compile Cogl in a path that contains spaces
to avoid potential problems during compilation, linking or usage.

This VS10 solution and the projects it includes are intented to be used
in a Cogl source tree unpacked from a tarball. In a git checkout you
first need to use some Unix-like environment or manual work to expand
the files needed, like config.h.win32.in into config.h.win32 and the
.vcprojin files here into corresponding actual .vcproj files.

You will need the parts from GNOME: GDK-Pixbuf, Pango* and GLib.
External dependencies are at least zlib, libpng,
gettext-runtime* and Cairo*, and glext.h from
http://www.opengl.org/registry/api/glext.h (which need to be in the GL folder
in your include directories or in <root>\vs10\<PlatformName>\include\GL).  Please
note that although the Cogl source package does allow one to build Cogl without
a previously built and installed GLib, the Visual Studio projects only support
builds that does depend on GLib.

Please see the README file in the root directory of this Cogl source package
for the versions of the dependencies required.  See also
build/win32/vs10/README.txt in the GLib source package for details
where to unpack them.  It is recommended that at least the dependencies
from GNOME are also built with VS10 to avoid crashes caused by mixing different
CRTs-please see also the build/win32/vs10/README.txt in those respective packages.

If building the SDL2 winsys is desired (the *_SDL configs), you will also need the
SDL2 libraries from www.libsdl.org-building the SDL source package with Visual C++ 2010
is recommended via CMake, but one may want to use the Visual C++ binary packages
from that website.  Since Cogl-1.18.x, the Visual Studio Projects have been updated
to support the build of the SDL2 winsys in place of the original SDL-1.3 winsys
as SDL-2.x has been released for some time.  Please note, as builds with the SDL2
winsys includes the SDL2 headers, main() will be defined to SDL2's special main()
implementation on Windows, which will require linking to SDL2.lib and SDL2main.lib
for all apps that link to Cogl, unless SDL_MAIN_HANDLED is defined in your
"preprocessor definitions" options.

The recommended build sequence of the dependencies are as follows (the non-GNOME
packages that are not downloaded as binaries from ftp://ftp.gnome.org have
makefiles and/or VS project files that can be used to compile with VS directly,
except the optional PCRE, which is built on VS using CMake; GLib has
VS10 project files in the latest stable versions, GDK-Pixbuf have VS10 project files
in the latest unstable version, and Pango should have VS10 project files
in the next unstable release):
-Unzip the binary packages for gettext-runtime, freetype, expat and fontconfig
 downloaded from ftp://ftp.gnome.org*
-zlib
-libpng
-(optional for GLib) PCRE (8.12 or later, building PCRE using CMake is
 recommended-please see build/win32/vs10/README.txt in the GLib source package)
-(for gdk-pixbuf, if GDI+ is not to be used) IJG JPEG or libjpeg-turbo
-(for gdk-pixbuf, if GDI+ is not to be used) jasper [JPEG-2000 library]
-(for gdk-pixbuf, if GDI+ is not to be used, requires zlib and IJG JPEG/libjpeg-turbo)
 libtiff
-GLib
-Cairo
-Pango
-GDK-Pixbuf

The "install" project will copy build results and headers into their
appropriate location under <root>\vs10\<PlatformName>. For instance,
built DLLs go into <root>\vs10\<PlatformName>\bin, built LIBs into
<root>\vs10\<PlatformName>\lib and Cogl headers into
<root>\vs10\<PlatformName>\include\Cogl-2.0.
 
*There is no known official VS10 build support for fontconfig
 (required for Pango and Pango at the moment-I will see whether this
 requirement can be made optional for VS builds)
 (along with freetype and expat) and gettext-runtime, so
  please use the binaries from: 

 ftp://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32 bit)
 ftp://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64 bit)

Note: If you see C4819 warnings and you are compiling Cogl on a DBCS
(Chinese/Korean/Japanese) version of Windows, you may need to switch
to an English locale in Control Panel->Region and Languages->System->
Change System Locale, reboot and rebuild to ensure Cogl and its
dependencies are built correctly.  This is due to a bug in Visual C++
running on DBCS locales.

--Chun-wei Fan <fanc999@yahoo.com.tw>
  (Adopted from the GTK+ Win32 VS README.txt file originally by Tor Lillqvist)